Which collections are thread safe in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is map and hashmap? also tell the difference.
What is the difference between comparison done by equals method and == operator?
11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.
How do you check if two strings are equal in java?
How do you clear a method in java?
Can you explain the Java thread lifecycle?
What is printwriter in java?
What does the exclamation mark mean in java?
Explain a few methods of overloading best practices in java?
What is arraylist e?
how can we use the servlet as standalone apllication?should we need to extend any class?
Write a program based on Java script program.