What is the difference between applet and application?
No Answer is Posted For this Question
Be the First to Post Answer
What is the catch or declare rule for method declarations?
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.
If goto and const is reserve words than why it is not work in java?
What do you understand by abstract classes?
What are internal variables?
What technique is carried out to find out if a particular string is empty?
what is meant wrapper classes?
what state does a thread enter when it terminates its processing? : Java thread
how can you take care of mutual exclusion using java threads? : Java thread
what is difference between length and length()?
Can we serialize singleton class?
What are the differences between heap and stack memory in java?