What do you mean by compiler?
No Answer is Posted For this Question
Be the First to Post Answer
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
what is the difference between the "protected and default" modifiers?
What are facelets templates?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Why runnable interface is used in java?
If we don’t want some of the fields not to serialize how to do that?
Explain a few methods of overloading best practices in java?
What do you mean by formatting?
whats is the use of final,in which situation final can be used in the application?
Define immutable object?
Which class has no duplicate elements?
Can we override singleton class?