Which collection is thread safe in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can you write a java class that could be used both as an applet as well as an application?
What is indexof?
what is the difference between AWT and SWING what is the advantage of using swing?
what are different ways in which a thread can enter the waiting state? : Java thread
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); } } 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); } }
In which way does a Primitive data type is passed ?
Explain the differences between abstraction and encapsulation?
what is an object and how do you allocate memory to it?
What is listnode in java?
What is bool mean?
What is a substring of a string?
What is a condition in java?