JAVA OOPS INTERVIEW QUESTIONS AND ANSWERS
Q.1. What is OOPS in Java? Ans: OOPS(Object-Oriented Programming System) in Java is a programming paradigm that is based on the concept of objects which contains data(fields) and behavior(methods) . Java uses OOPS concept to represent the real world entities by making code reusable,modular and much easier to maintain. The basic
JAVA OOPS INTERVIEW QUESTIONS AND ANSWERS Read More »