why we need this (1.object,2.class,3.data
hiding,4.encapsulation,5.abstraction,6.
polymorphism,7.inheritance)
Answer Posted / rv.nandakishore
Don't Go to learn anything without knowing this.... If u
know this Java is a piece of cake.....
Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Can we use switch statement with strings?
Why is String immutable?
Name few "optional" classes introduced with java 8 ?
How are observer and observable used in java programming?
What is time complexity java?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What are Normalization Rules? Define Normalization?
How do you delete a list in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Why we use methods in java?
What do you mean by JVM?
When do I need to use reflection feature in java?
What are the skills required for core java?
What do you mean by synchronized non access modifier?
how to create constants in java?