What lambda means?
What is double word?
Why is stringbuffer not immutable?
What is the difference between static and non-static variables in java programming?
How many bits is a string?
What is a java object and java application?
Is cout buffered?
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 .
What is better - 'bit-shift a value' or 'multiply by 2'?
can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
Is an integer an object?
why java does compile time polymorphism at run time ?