What are format specifiers in java?


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

Post New Answer

More Core Java Interview Questions

What is Applet Stub Interface ?

0 Answers  


List some java keywords sun like c, c + + keywords?

0 Answers  


Why are data types important?

0 Answers  


what is session facade ?

3 Answers  


What is the importance of main method in Java?

0 Answers  






byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?

7 Answers   NIIT, Wipro,


Can we rethrow the same exception from catch handler?

0 Answers  


How do you declare an array that will hold more than 64KB of data?

0 Answers   Aspire, Infogain,


Can we have multiple classes in a single file?

0 Answers  


Can a constructor be protected?

0 Answers  


Why volatile is used in java?

0 Answers  


What is application tier?

0 Answers  


Categories