강의

멘토링

커뮤니티

Inflearn Community Q&A

tymy5102471's profile image
tymy5102471

asked

Kangsam's Beginner Android One Day Class - Part 2 Understanding Kotlin

03-1 Kotlin Language Introduction #3 - Kotlin File Structure - LAB

java.util

Resolved

Written on

·

71

0

java.util은 무엇인가요 이것도 파일 명인가요?

androidkotlinlambdakotlin-companionnullsafe

Answer 1

0

kkang님의 프로필 이미지
kkang
Instructor

java.util 은 자바에서 제공하는 패키지명이며 이 패키지에 여러 클래스가 있습니다.

코틀린으로 개발하면서 자바 패키지의 클래스를 이용할 수 있습니다.

tymy5102471's profile image
tymy5102471

asked

Ask a question