Write a program to check for a prime number in java?


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

Post New Answer

More Core Java Interview Questions

How do you test a method for an exception using junit?

0 Answers  


What is race condition ?? (Threading concept) TCS 2 sept10

3 Answers   SparkTG, TCS,


Why you should not use singleton?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


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

0 Answers  






Can we add default constructor to Servlet?

1 Answers   Fidelity,


How can a gui component handle its own events?

0 Answers  


How do you sort an array in java?

0 Answers  


How TreeMap sorts the objects inside it?? suppose if have include one employee object and one car object. On what basis it will sort?

5 Answers  


Write POJO class as a key to hashmap???

2 Answers  


when should you use stringbuilder class in a program?

0 Answers  


What does i ++ mean in Java?

0 Answers  


Categories