Define package in Java.



Define package in Java...

Answer / nashiinformaticssolutions

The package is a collective bundle of classes and interfaces and the necessary libraries and JAR files. The use of packages helps in code reusability

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is fail fast in java?

0 Answers  


How to decrease number of hashings in has

1 Answers  


What is supplier in java?

0 Answers  


What is the integer of 16?

0 Answers  


Why you should not use singleton?

0 Answers  


can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}

4 Answers  


What are the new features in java 8? Explain

0 Answers  


Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx

0 Answers  


How will you compute size of a structure?

0 Answers   Amdocs,


When should I use abstract classes and when should I use interfaces?

2 Answers  


in a console we r giving java <class name> if r pressing enter where it'll goes

2 Answers   CSC,


What are the major advantages of internal iteration over external iteration?

0 Answers  


Categories