What must a class do to implement an interface in java programming?


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

Post New Answer

More Core Java Interview Questions

List types of storage classes in java?

0 Answers   Cyient,


Is space a character in java?

0 Answers  


what are the differences between final,finally,finalize methods?

14 Answers   IBM,


What is a function argument in java?

0 Answers  


What do u mean by method and also contructer in java ?

3 Answers  






Why string is immutable with example?

0 Answers  


How many types of threads are there in java?

0 Answers  


what is overloading and overriding with example?

2 Answers   CMC,


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


What is an infinite loop in java? Explain with an example.

0 Answers  


My interview asked what is dynamic variable in java and where we use them.

2 Answers   IBM,


What is the meaning of 3 dots in java?

0 Answers  


Categories