Is a string literal?


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

Post New Answer

More Core Java Interview Questions

What are java annotations?

0 Answers  


Does apple use java?

0 Answers  


What is boolean used for?

0 Answers  


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What is method Overriding in the perspective of OOPS?

4 Answers   TCS,






What is the purpose of skeleton and stub?

0 Answers  


How will you add panel to a frame?

0 Answers  


What is the purpose class.forname method?

0 Answers  


What does this () mean in java?

0 Answers  


What are some alternatives to inheritance?

0 Answers  


can anyone explain me the concept of autoboxing?

3 Answers  


What is java string pool?

0 Answers  


Categories