What is var keyword ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is entry in java?

0 Answers  


In which order the iterator iterates over collection?

0 Answers  


How can you make sure that your singleton class will always return single instance in multi-threaded environment?

0 Answers  


What is passing value java?

0 Answers  


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

5 Answers  






String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


What does the “static” keyword mean? Can you override private or static method in java?

0 Answers  


What is a text string?

0 Answers  


how to handle exceptions in core applications?

2 Answers   CSS,


What is not thread safe?

0 Answers  


How can you read content from file in java?

0 Answers   HCL,


what is the JNDI?

3 Answers  


Categories