What are packages and name a few?

Answer Posted / chandrarekha

collection of classes and interfaces which can be reused in
other applications are called packages...
java.lang,java.net,java.awt,java.util,java.io...
user defined packages can also be created
package <name>
//class or interface definitions....
class A
{
....
}
class B
{
...
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is stringjoiner ?

579


Is java type safe?

515


What state does a thread enter when it terminates its processing in java programming?

578


what type of questions asked for barclays technologies pune please send urgent

5232


When object is created and destroyed?

642






What are different access specifiers in java? Explain

630


What is procedure overloading?

1803


Difference between object instantiation and construction ?

586


What is return in java?

560


Realized?

1666


What do bitwise operators do?

531


What are different ways of object creation in java ?

579


What is a databasemetadata?

556


What’s the difference between callable and runnable?

549


What is the use of System class?

614