What does %d do in java?


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

Post New Answer

More Core Java Interview Questions

How the interruptible method gets implemented?

0 Answers  


What is abstraction with strong example program? (not a general program)

3 Answers  


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

0 Answers  


as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data

1 Answers  


What is an enumeration class?

2 Answers  






What is the public method modifier?

0 Answers  


What is finally block?

0 Answers  


Difference between start() and run() method of thread class?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


How many static init can you have?

0 Answers  


what are the difference between Java and .Net?

5 Answers  


Hi, well i am unable to understand that why it is mandatory to have same hashcode, if two objects are same? Thanks in advance.

5 Answers  


Categories