what is a package?

Answers were Sorted based on User's Feedback



what is a package?..

Answer / shyam

package is a collection of related classes and interfaces.or
package is a nothing but directory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What happens when you assigned a 'double' value to a 'String'?

8 Answers  


What are autoboxing and unboxing? When does it occur?

0 Answers  


What is the difference between Static and final?

1 Answers  


What are constants and how to create constants in java?

0 Answers  


What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.

3 Answers   IBM,






What is a instance variable in java?

0 Answers  


How does a for loop work java?

0 Answers  


Can an interface be final?

0 Answers  


What is the difference between jsp and servlet?

6 Answers   Symphony,


How big is a boolean?

0 Answers  


What is the difference between overriding & overloading?

0 Answers  


What is == in java?

0 Answers  


Categories