Does string is thread-safe in java?
What is singleton class example?
System.out.println("somestring"); It will create any object or not
How do you sort arraylist in descending order?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
What is a nested class?
What is the difference between length and length() method in java?
What will be the output of round(3.7) and ceil(3.7)?
explain different ways of using thread? : Java thread
Which software is used for java programming?
What are parent methods and how can you call them?
How can we create objects if we make the constructor private ?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.