Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Explain the contents of a Process Control Block (or PCB) in brief.
Describe the Java Bean and its merits. Describe different steps to create a new Bean.
Illustrate the differences between the Interface and Abstract class? Describe how java gets benefited by employing Interface with the help of an illustration.
Explain the significance of byte code to get platform independence of the java program.
Illustrate the various types of bean properties? Describe the given property of beans by using small code snippets:
Write down a program to implement the socket programming by using DataGram class in the java.
Describe the Applet Tag which are used in HTML and also the attribute used in the Applet Tag.
Illustrate out the general format for full SEGMENT directive. Make a distinction between intra segment call and inter segment call.
How does a template function distinct from the Macros?
What do you mean by constructors in C++? Describe the default constructor, overloaded constructor and copy constructor. Give appropriate illustrations.
Illustrate the meaning of dynamic binding and message passing among the objects?
Write down a program to make a matrix m× n by using dynamic memory allocation then find out the transpose of this matrix.
The two one-dimensional arrays A and B are given, which are sorted in the ascending order. Write down a program to merge them to a single sorted array C which contains every item from arrays A and B
Illustrate the various kinds of decision statements available in the ‘C’?
What do you mean by Servlet? What are the advantages of Servlet over other technologies? Describe concerning the servlet life cycle.
What do you mean by Socket? Describe regarding the different important classes for the implementation of socket in java. What do you mean by Datagrams? How they differ from sockets?
Write down the steps to implement the JDBC.
List all the names of people who work for the company Wipro all along with the cities they live in.
Describe four key features of object-oriented approach giving appropriate real-life illustration(s).
Write down the C++ program which gives the technique search of the hash table.
Compare and contrast the Multiple Inheritance with Multilevel Inheritance giving appropriate illustration.
Illustrate out the Abstract data type for Stack. Write down a C++ program to execute Towers of Hanoi using stack ADT?
What do you mean by the term object oriented programming? Describe.
Describe the difference between static external and simple external variable. Write down a C program to explain the properties of the static variable.
Describe the term Multithreading. In how many ways the java implements the multithreading? Describe at least one of these ways with suitable illustration.