Explain the difference between abstraction and encapsulation.
No Answer is Posted For this Question
Be the First to Post Answer
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
how its run?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is final keyword in java? Give an example.
what is mean by thread lock?
What is the purpose of return statement?
Why singleton pattern is better than creating singleton class with static instance?
What is this keyword in java?
Does java runtime require a license?
why would you use a synchronized block vs. Synchronized method? : Java thread
Which eclipse is best for java?
Why is stringbuffer not immutable?