Is void a data type?
No Answer is Posted For this Question
Be the First to Post Answer
why Interface used?
Why does my function print none?
what are the differences between final,finally,finalize methods?
What are different type of exceptions in java?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
what is Portal(web based online portal)?
What is the use of object and class classes?
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
What are predefined functions?
How do you identify if jvm is 32-bit or 64-bit from java program?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
what is mean by thread lock?