What is void class in java?
No Answer is Posted For this Question
Be the First to Post Answer
when to for abstract class and when to go for interface
In what types of operations an ArithmeticException will be thrown?
waht You know about thread programming?
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
What is the protocol is used in type4 driver?
Can we override static methods?
18 Answers Bally Technologies,
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
What is a concrete classes? Is Java object class is concrete class?
what are the high-level thread states? : Java thread
Define inheritance with reference to java.
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
How do you implement polymorphism in our day to day life?