What is OOP? Explain Concept of OOP.
[5 marks]What is Data Types? List out and explain any three Data Type.
[5 marks]List out Operators in Java and explain any two Operators with example.
[5 marks]Write a java program to remove duplicate element in an array.
[5 marks]What is Inheritance? Explain with example.
[5 marks]What is array? Explain two-dimensional array with example.
What is package? Explain package with example.
[5 marks]What is looping statements? List out and give example of any one looping statement.
[5 marks]Give the difference between methods overloading and method overriding.
[5 marks]How to create a thread? Explain Life Cycle of a Thread.
[5 marks]What is exception? List out any three exceptions with example.
[5 marks]Explain conditional statement in java with example.
[5 marks]Write a program to print only odd number from 1 to 100.
[5 marks]What is switch-case? Explain with example.
[5 marks]Write down step the variable declaration rules in java
[5 marks]What is the role of interface in Java? Elaborate in your word.
[5 marks]Explain Abstract methods and Classes in java.
[5 marks]