What is string intern in java?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by constant time complexity?
What are locale settings?
Difference between Application and Applet ?
Can you pass by reference in java?
How many return statement are allowed in a function?
What is string manipulation?
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 is the main difference between string and stringbuffer? can you explain it with program?
What is the need of transient variables in Java ?
Can a method inside a interface be declared as final?
Is alive and join method in java?
How can you write a loop indefinitely in java programming?