What does n mean in java?


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

Post New Answer

More Core Java Interview Questions

How can I become a good programmer?

0 Answers  


What is the indent key?

0 Answers  


Which java version is latest?

0 Answers  


Difference between overriding and overloading in java?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  






What are the java ide’s?

0 Answers  


enlist some features of jdk.

0 Answers  


Why to give the file name same as the public class name in java?

3 Answers  


Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time

4 Answers   Huawei,


Can a main method be overloaded?

0 Answers  


I don’t want my class to be inherited by any other class. What should I do?

0 Answers  


What is main in java?

0 Answers  


Categories