why using interface interface
?


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

Post New Answer

More Core Java Interview Questions

StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


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

3 Answers  


Can we have try block without catch block?

0 Answers  


What is the purpose of the system class in java?

0 Answers  


What are the benefits of immutable objects?

0 Answers  






what is the replacement for GOTO in java?

2 Answers   CTS,


What are thread safe functions?

0 Answers  


Where pragma is used?

0 Answers  


Can you write a java class that could be used both as an applet as well as an application?

0 Answers  


State the difference between strings and arrays.

0 Answers   Syntel, Visa,


Is it possible to use Semaphore/ Mutex in an Interrupt Handler?

0 Answers   Ciena,


What are different types of control structures?

0 Answers  


Categories