Can we use catch statement for checked exceptions?
No Answer is Posted For this Question
Be the First to Post Answer
What mechanism does java use for memory management?
What is the purpose of the finalize() method?
What is e in java?
difference throws and throw in java
What is a flag variable?
What Method and class used for Connection pooling ?
What does string intern() method do?
Which package has light weight components?
what is purpose of writting public static void main(Strind arg[]) in java..?
What do you know about java?
Why stringbuilder is not thread safe in java?
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service