What is string intern in java?


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

Post New Answer

More Core Java Interview Questions

What are the different approaches to implement a function to generate a random number?

0 Answers   Axtria, ITC Indian Tobacco Company,


How would you format a date in java? I.e. In the ddmmyyy format?

0 Answers  


for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }

3 Answers  


What is the difference between super class & sub class?

0 Answers  


Enlist few advantages of inheritance?

0 Answers  






Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.

4 Answers  


What is an exception in java?

0 Answers  


Can anonymous class have constructor?

0 Answers  


What do you understand by an io stream?

0 Answers  


What is map in java?

0 Answers  


If system.exit (0); is written at the end of the try block, will the finally block still execute?

0 Answers  


what is default layout of JFrame class?

6 Answers  


Categories