Can a class be final?
No Answer is Posted For this Question
Be the First to Post Answer
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
What is garbage collection? Can it be forced to run?
5 What is Java exception handling?
Why string is immutable or final in java
can any body body expalin best definitions & best real time exaples for opps concepts.
Tell me how many ways are there to initialise an integer with a constant.
What is annotation in java?
What is jagged array in java?
Can we overload the main() method?
What is an Exception ?
Is array synchronized in java?
how to create daemon thread in java?