What is json parser in java?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion
What do you mean by garbage collection used in java?
Can you write a java class that could be used both as an applet as well as an application?
How can we access some class in another class in java?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
What is %02d?
When finally clause is executed?
Can static methods be inherited?
What is Overriding and how can it be used?
Why string is not a wrapper class?
What is the difference between interpreter and compiling ?
What is the size of integer?