What is passing parameters in java?
No Answer is Posted For this Question
Be the First to Post Answer
Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.
what is the difference between String s="hello"; and String s=new String("hello");?
How do constructors use this() and super()?
How many types of memory areas are allocated by jvm?
how can you say that java is independ language
Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain
Is string a keyword in java?
what is use of business objects?
What is polymorphism in java? What are the kinds of polymorphism?
What is the root class for all Java classes?
Is singleton set an interval?
What is jit compiler in java?