Syllabus

JNTUK B.Tech Java Programming Lab for R13 Batch.

JNTUK B.Tech Java Programming Lab gives you detail information of Java Programming Lab R13 syllabus It will be help full to understand you complete curriculum of the year.

  1. Write a JAVA program to display default value of all primitive data types of JAVA
  2. Write a JAVA program that displays the roots of a quadratic equation ax2+bx+c=0. Calculate the discriminent D and basing on the value of D, describe the nature of roots.
  3. Write a JAVA program to display the Fibonacci sequence
  4. Write a JAVA program give example for command line arguments.
  5. Write a JAVA program to sort given list of numbers.
  6. Write a JAVA program to search for an element in a given list of elements (linear search).
  7. Write a JAVA program to search for an element in a given list of elements using binary search mechanism.
  8. Write a JAVA program to determine the addition of two matrices.
  9. Write a JAVA program to determine multiplication of two matrices.
  10. Write a JAVA program to sort an array of strings
  11. Write a JAVA program to check whether given string is palindrome or not.
  12. Write a JAVA program for the following
    – 1. Example for call by value.2. Example for call by reference.
  13. Write a JAVA program to give the example for ‘this’ operator. And also use the‘this’ keyword as return statement.
  14. Write a JAVA program to demonstrate static variables, methods, and blocks.
  15. Write a JAVA program to give the example for ‘super’ keyword.
  16. Write a JAVA program that illustrates simple inheritance.
  17. Write a JAVA program that illustrates multi-level inheritance
  18. Write a JAVA program demonstrating the difference between method overloading and method overriding.
  19. Write a JAVA program demonstrating the difference between method overloading and constructor overloading.
  20. Write a JAVA program that describes exception handling mechanism.
  21. Write a JAVA program for example of try and catch block. In this check whether the given array size is negative or not.
  22. Write a JAVA program to illustrate sub class exception precedence over base class.
  23. Write a JAVA program for creation of user defined exception.
  24. Write a JAVA program to illustrate creation of threads using runnable class.(start method start each of the newly created thread. Inside the run method there is sleep() for suspend the thread for 500 milliseconds).
  25. Write a JAVA program to create a class MyThread in this class a constructor, call the base class constructor, using super and starts the thread. The run method of the class starts after this. It can be observed that both main thread and created child thread are executed concurrently
  26. Write a JAVA program illustrating multiple inheritance using interfaces.
  27. Write a JAVA program to create a package named pl, and implement this package in ex1 class.
  28. Write a JAVA program to create a package named mypack and import it in circle class.
  29. Write a JAVA program to give a simple example for abstract class.
  30. Write a JAVA program that describes the life cycle of an applet.
    – Write a JAVA program to create a dialogbox and menu.
    – Write a JAVA program to create a grid layout control.
  31. Write a JAVA program to create a border layout control.
  32. Write a JAVA program to create a padding layout control.
  33. Write a JAVA program to create a simple calculator.
  34. Write a JAVA program that displays the x and y position of the cursor movement using Mouse.
  35. Write a JAVA program that displays number of characters, lines and words in a text file.

For more information about all JNTU updates please stay connected to us on FB and don’t hesitate to ask any questions in the comment.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.