What is exception in java?
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?
Explain about narrowing conversion in java?
What is the purpose of premetive data types in java?
Difference between a class and an object?
Why do we need hashmap in java?
what are the new features available in java 1.5 version?
3 Answers Accenture, Features, Motorola,
What is a void in java?
What is assembly used for?
How to create a custom exception?
What is an immutable class?
Can we access the non-final local variable, inside the local inner class?
What is advantage of using threads?