Why string is not thread safe?
No Answer is Posted For this Question
Be the First to Post Answer
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).
33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac
what are the states associated in the thread? : Java thread
What is an object?s lock? Give name of object?s that have locks?
What are the Memory Allocations available in JavaJava?
What is strings in java?
Explain the meaning of java applet.
What are facelets templates?
What is ascii format?
What is Restrictions in hibernate?
How to create a fecelet view?
Why is the type for real numbers called double?