JAVA Assignment Questions(ECE-3)
1. Explain the oop concepts. Write the disadvantages of procedural oriented
programming
2. Explain the Java buzzwords. Explain why java is known as platform
independent language
3. Write a java program for sum of the elements in an array
4. What is a constructor. Explain about different types of constructors.
5. Explain method overloading with an example
6. What is static variable and static methods ,explain with an example program
7. Write a java program for call by reference
8. What is inheritance. Explain single inheritance with a program
9. Explain dynamic method dispatch with a program
10. How to call super class constructor from a subclass explain?
11. What is an interface .How an interface differs from a class and abstract class.
12. Explain how multiple inheritance can be implemented in java .