Answer Posted / manoj kumar sahu(secon pvt.ltd
Package is nothing but it can be call as container of all
related class.All *.class files are stored in a package for
that we can implement the require *.class files in our
program.In java one package can be implement by using the
keyword import.The syntex is
import java.<packagename>.*;
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the ==?
How do you escape sequences in java?
How can we find the sum of two linked lists using stack in java?
What are multiple inheritances?
How do you check if a number is a perfect square?
What is dynamic binding(late binding)?
What is the difference between static (class) method and instance method?
What is the use of arraylist class in java?
What is the list interface in java programming?
What is string :: npos?
What is codebase?
What are the different types of java?
Which number is denoted by leading 0x or 0x in java?
What are the legal parameters?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?