Where pragma is used?
No Answer is Posted For this Question
Be the First to Post Answer
What does the “static” keyword mean?
What is 16 bits called?
What is basic syntax?
Similarity and difference between static block and static method ?
whether java is fully object oriented language or partially object oriented language
Distinguish between a predicate and a function?
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 an virtual function
How can we create a object of a class without using new operator.
Give few examples of final classes defined in Java API?
where can we get jAVA project orientation traing in HYDERABD
How will you communicate between two applets?