July 17, 2021 in C and CPP
What is the use of inheritance?
b) What is the use of inheritance? Why multiple inheritances are not possible in Java? What is markable interface in Java?
July 17, 2021 in C and CPP
b) What is the use of inheritance? Why multiple inheritances are not possible in Java? What is markable interface in Java?
July 17, 2021 in C and CPP
a) What is modeling? What are the advantages of creating a model? What are the different views that are considered when building an object-oriented software system?
July 17, 2021 in C and CPP
c) What is Multithreading? Can you restart stopped thread in Java? How do you synchronize Java object?
July 17, 2021 in C and CPP
b) What is the difference between an applet and an application? Why can't applet read or write to files? How can a particular HTML page be loaded within an applet?
July 17, 2021 in C and CPP
a) Write a Java program to find weather a given string is a palindrome or not.
July 17, 2021 in C and CPP
c) What are the component and container classes? Explain how to create a borderless window.
Explain the purposes of component’s requestFocus method.
July 17, 2021 in C and CPP
b) Draw class model (diagram) for order processing. The classes should show their attributes, and their operations. Also show the relationships between classes.
July 17, 2021 in C and CPP
a) What is JDBC and how you connect Java with database? List the types of JDBC drivers.
July 17, 2021 in C and CPP
c) What are user defined exceptions in Java? When are user defined exception handling used?
July 17, 2021 in C and CPP
b) Constructor declarations are very much like method declarations. However, some restrictions on constructors should be applied. Explain those restrictions. Write the general syntax of constructor.