What are the 7 types of characters?
No Answer is Posted For this Question
Be the First to Post Answer
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
What is final, finally, finalize?
What is the purpose of interface?
different types of threads?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
Can you pass by reference in java?
How to compare strings in java?
what are abstract functions?
What is difference between jdk,jre and jvm?
explain about casting of objects?
Which collection allows duplicate values in java?
How many bits is size_t?