What are scriptlets?
No Answer is Posted For this Question
Be the First to Post Answer
make a method which any number and any type of argument and print sum of that arguments.....
How to sort array of 0 and 1 in java?
Is java se open source?
What access modifiers can be used for variables?
int a=1,b=10; System.out.println(a+b--);
What is the statements?
How to connect to a remote database using Applet?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
Java does not support multiple inheritance. how interface helps in the same?
why to use transient variables when static variables can be used for Serialization
What is a null check?
What is the purpose of default constructor?