top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is Java package and which package is imported by default?

+1 vote
310 views
What is Java package and which package is imported by default?
posted Dec 8, 2017 by Jon Deck

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

A Package can be defined as a grouping of related types(classes, interfaces, enumerations and annotations ) providing access protection and name space management.

which package is imported by default?
No. It is by default loaded internally by the JVM. The java.lang package is always imported by default.

answer Dec 8, 2017 by Manikandan J
Similar Questions
+2 votes

There are several cases when an eNodeB is configured with different values than its neighbor. Default paging cycle may be one of those parameters. I want to know, in which different scenarios each value of the default paging cycle is used ?

...