Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Write down a program in Java to implement the socket programming by using DataGram class.
What do you mean by constructor overloading in java? Describe with an illustration. List all the special properties of the constructors.
Describe the method overloading and overriding with illustrations.
Distinguish between the migration plan and a methodology.
How can we construct deadlock condition on our Servlet? Illustrate the difference between the JSP and Servlet?
With a neat diagram describe the Model view controller design pattern and write down the advantages and disadvantages of using it in designing an applicatiom.
Write a Java program to perform matrix multiplication using arrays?
Illustrate the reason why segmentation and paging sometimes joined to one scheme?
What do you mean by synchronization? Write down a program to explain the synchronization.
What do you mean by the term polymorphism? Distinguish between the compile time and runtime polymorphism with the help of the complete java program.
Illustrate the meaning of multithreading? Illustrate the two different ways to make multithreaded program?
Write down a Java program to write the first ten terms of Fibonacci sequence. Program with Fibonacci sequence of first 10 terms.
Write down the uses of FileInputStream and FileOutputStream. Write down short notes on each.
Explain the terms DataSource, DriverManager, Driver and Application classes in the JDBC.
Give an illustration of the Interface DriverManager.
List all the different JDBC API Components.
How do you display an image in the Java application and in the Java applet?
Make an applet having three buttons – red, green and blue. The background color is initially set to white. Based on the button pressed, the background color must change accordingly.
What do you mean by dialogs? How are they distinct from the frames?
Illustrate the difference between checkbox and checkbox group classes?
Illustrate the constructors supported through frame.
Illustrate the difference between an applet and an application.
Write a program to explain the usage of the getAddress () method and overriding the toString( ) method.
Write down a program to copy the text file called "UPTEC.DAT" to "BACKUP.DAT". As well write the same program by using the FileInputStream and FileOutputStream.
What do you mean by the term stream? Illustrate the benefits of stream?