Answer Posted / kanchan bangar
package is a collection of classes.
And default package is package in which classes are
included already.
we need not create the new package.
If we are enter only package name then all the classes in
that default package we can used.
example:-
default package:-java.lang
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How many bytes is a string?
Java Compiler is stored in JDK, JRE or JVM?
describe synchronization in respect to multithreading? : Java thread
How java enabled high performance?
Write a program to solve producer consumer problem in java?
Can a class have multiple constructors?
How do you replace all in word?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is the difference between static and global variables and also define what are volatile variables?
Is Constructor possible in abstract class in java ?
Which data type is class in java?
Can a constructor be protected?
Is set ordered in java?
What is native method in java?
Can we create object of static class?