how we can create packages in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the need of transient variables in Java ?

0 Answers   MCN Solutions,


Why all programming languages have main as a execution starting point?

4 Answers  


Can an unreferenced object be referenced again?

0 Answers  


What is the difference between equals() and?

0 Answers  


What is main string [] args?

0 Answers  






How do I enable java in safari?

0 Answers  


Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.

17 Answers   Hewitt,


When should we create our own custom exception classes?

0 Answers  


why is S capital in System.out.println ????

6 Answers  


What is the root class for all Java classes?

8 Answers   IBM, Infosys,


what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?

3 Answers  


What is the common usage of serialization?

0 Answers  


Categories