What is are packages?
No Answer is Posted For this Question
Be the First to Post Answer
What is a constructor, constructor overloading in java?
String class is defined under which package in java?
What are the uses of final, finally and finalize in java?
2 Answers Agiline, FINO PayTech, HCL,
What is lazy activation?
Who developed java?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
what are depricated methods in threads and explain the lifecycle methods
Explain different ways of creating a thread. Which one would you prefer and why?
How many bits is a word?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
Difference between final and effectively final ?
How can you add and remove nodes in jtree?