What is classpath?
No Answer is Posted For this Question
Be the First to Post Answer
What are different type of access modifiers?
What is the use of accept () method in java?
Can we declare a class as abstract without having any abstract method?
What is nextint java?
What is the difference between sleep and wait in java?
33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac
what is mean by synchronization?
3 Answers BOB Technologies, GCPL,
What is interface and its use?
what are the design patterns in struts?
Can we create an object of static class in java?
Tell me the latest versions in java related areas?
what is inner class?