Difference between string s= new string (); and string s = "abv";?
No Answer is Posted For this Question
Be the First to Post Answer
What are the main uses of this keyword?
What is fail fast in java?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
What is difference between iterator and enumeration in java?
what is nested class in java?
what is Dictionary? and what purpose it is used for?
Difference between serialization and deserialization in java?
Define an enumeration?
What is internal iteration in java se 8?
Can we restart a thread already started in java?
What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
What is function and its uses?