Is string a wrapper class?


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

Post New Answer

More Core Java Interview Questions

what is Thread priority?

4 Answers   Tech Mahindra, Wipro,


Why charat is used in java?

0 Answers  


What is mnemonic in assembly language?

0 Answers  


what is the need of the Ajax?

5 Answers   iFlex,


What is factor r?

0 Answers  


What is the major difference between linkedlist and arraylist?

0 Answers  


What is default exception handling in java?

0 Answers  


what is difference between abstract and interface? can i give real time example for the two topics?

7 Answers  


How to obtain a performance profile of java program

0 Answers  


Superclass of exception

4 Answers   Nous,


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


What is Remote Interface ?

6 Answers   CTS,


Categories