What are the main concepts of oops in java?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The following lists the key ideas of Java's OOPs:
Genetic Polymorphism
Encapsulation of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
The following lists the key ideas of Java's OOPs:
Genetic Polymorphism
Encapsulation of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
The following lists the key ideas of Java's OOPs:
Genetic Polymorphism
Encapsulation of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
The following lists the key ideas of Java's OOPs:
Genetic Polymorphism
Encapsulation of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a list in java?
What is encapsulation 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 are advantages and disadvantages of OOPs?
Can we execute a program without main() method?
What is the difference between Trusted and Untrusted Applet ?
What does this () mean in java?
What is the difference between this() and super() in java?
What is the purpose of void?
how can be object class inherited to all class in a program when java does not support multiple inheritance??
What advantage does an entity bean have over a sessin bean?
What is immutable in java?