Explain your academic project?
Answers were Sorted based on User's Feedback
Answer / devendran, vadambachery
i explained about the project clearly.
| Is This Answer Correct ? | 5 Yes | 10 No |
What is object in java?
What is the different between get and post?
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
Why do we need public static void main(String args[]) method in Java...?
Is java pure object oriented or not? if yes, give the valid reason.
13 Answers Emphasis, NIIT, Syntel, Wipro,
What is the difference between abstraction and encapsulation?
Does constructor creates the object ?
What is the benefit of singleton pattern?
What is meant by distributed application? Why are we using that in our application?
What are the java ide's? Explain
How are the elements of a gridbaglayout organized in java programming?
What is jit compiler in java?