what are the oops concept in java explain with real time
examples
Answer Posted / raja
Encapsulation
Abstraction
polymorphisms
inheritance/delegation
Is This Answer Correct ? | 588 Yes | 111 No |
Post New Answer View All Answers
What is number data type?
What do you mean by an interface in java?
What is thread synchronization in java?
What is the purpose of object oriented programming?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
How do you reverse sort a list in java?
Can we create an object of static class in java?
Which command from the jdk compiles a java program?
What are jee technologies?
Can you access the private method from outside the class?
What is a private class in java?
What is the default value of an object reference declared as an instance variable?
How to set the permissions to a file in java?
What is difference between equals and hashcode method?
What do you mean by platform independence?