Online Examination System for all learner!!! coming soon..

JAVA


JAVA Course for Beginners

  1. Introduction to Java
  2. Features of java
  3. Data Types
  4. Variables
  5. Arrays
  6. Operators
  7. Control statements
  8. Classes and methods
  9. Inheritance
  10. Packages and Interface
  11. Exception Handling
  12. Event Handling
  13. The Applet Class
  14. More eBooks and Apps

Important Question And Answer

  1. What is Java technology and why do I need it?
  2. Explain various features of JAVA. How JAVA differs from C++?
  3. What is dynamic method dispatch ? 
  4. What is Constructor ? What are its type ?
  5. What is Package ? How to define your own defined package ? Justify why CLASSPATH Environment variable needs to be set before you use it?
  6. Differentiate between constructor and destructor.
  7. Differentiate between method overloading and method overriding.
  8. What is method over riding. How it differs from method overloading. Write a Java program to discuss the above.
  9. What is the difference between break and continue? Write a Java program to discuss the difference between them.
  10. what is Thread ? Explain the life cycle of Thread. hat do you mean by daemon thread ? 
  11. Why JAVA doesn't support multiple inheritance ? How JAVA supports alternate approach to support the concept of multiple inheritance ?
  12. What is JVM? Justify the statement "Java is Plattform independent".
  13. What do you mean by interface in JAVA ? What are it's properties ? 
  14. Write short note on Garbage collection.
  15. Write a short note on Multilevel hierarchy.

Some JAVA Programs

  1. Write a JAVA program to print "Hello World".
  2. Write a JAVA program to find sum of all integer greater than 100 and less than 200, that are divisible by 5.
  3. Write a JAVA program to show how method overriding helps in dynamic method dispatch.
  4. Write a JAVA program to Serach and Delete a specific element from an integer array.
  5. Write a JAVA program to illustrate how super keyword is used to call the parent class constructor within the child class.
  6. Write a JAVA program illustrating parameterized constructor.
  7. Write a Java program to discuss the difference between Break and Continue.
  8. Write a JAVA program to create and access a user defined packages.
  9. Write a JAVA program to calculate the length of a string.
  10. Write a JAVA program to findout the number of Vowels present in the input string.
  11.  JAVA Program that implements the Concept of Encapsulation.

AD:

C Programming Online Test 1

Following quiz provides Multiple Choice Questions (MCQs) related to C Programming Framework. You will have to read all the given answ...