Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
No Answer is Posted For this Question
Be the First to Post Answer
What modifiers are used with a top level class?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
What is the difference between numeric and integer?
Java run-time system generates What class of exceptions?
what is main purpose of abstract class?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
How java uses the string and stringbuffer classes?
Difference between static methods, static variables, and static classes in Java.
Write a program in java to establish a connection between client and server?
What happens when you add a double value to a string?
does core java and j2se both are same?
Is string is a class in java?