How a string is stored in memory?


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

Post New Answer

More Core Java Interview Questions

What is finalize method?

0 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


What is difference between == and === in js?

0 Answers  


What is the technique adopted to create an immutable class?

0 Answers  


What is static variable and static method?

32 Answers   Accenture, Prolific, Prolifics, TCS, TNH,






What is deserialization?

0 Answers  


what models are available for event handling?

1 Answers  


Is there any need to import java.lang package?

13 Answers   Sun Microsystems,


What is the meaning of I ++ in java?

0 Answers  


What is method overloading in java ?

0 Answers  


How does class forname work in java?

0 Answers  


What is the method to declare member of a class static?

0 Answers   HCL,


Categories