Java, Python,SQL
Java, Python,SQL
Java
1. What is Java?
Java is a computer language used to make software and apps. It's used everywhere like Android apps,
2. What is JVM?
JVM is like a machine inside your computer that runs Java code.
4. What is OOPs?
OOPs means writing code using objects. It includes: Inheritance, Polymorphism, Encapsulation, Abstraction.
6. What is a constructor?
A special method that runs when you create an object. It sets the values.
9. What is inheritance?
One thing behaves in different ways, like a method doing different tasks.
They decide who can use your variables or methods: public, private, protected.
Python
1. What is Python?
Types of values you can store, like: int, float, str, list, tuple, dict, etc.
3. List vs Tuple?
4. What is a dictionary?
5. What is a function?
6. What is indentation?
SQL
1. What is SQL?
4. What is DDL?
5. What is DML?
Interview Preparation - Java, Python, SQL (Easy Format)
6. What is a join?
7. Types of joins?
- INNER
- LEFT
- RIGHT
- FULL
8. What is a subquery?
9. What is normalization?
Means no value.