What will be the default values of all the elements of an array defined as an instance variable?
What is split return?
What is a dot notation?
What is Applet Stub Interface ?
what is the difference between String s="hello"; and String s=new String("hello");?
Why null value is used in string?
which one the better thread emplemented thread or extended ?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
Can a final variable be null?
Explain the use of javap tool.
What is a layout manager and what are different types of layout managers available in java awt?
what is session facade ?
What is rmi and steps involved in developing an rmi object?