Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
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.
Describe Method overloading and Method overriding with appropriate example. Can you overload operators in the java?
Describe with the help of a program how object oriented programming overcomes the shortcomings of the procedure oriented programming.
What do you mean by encapsulation? Describe with the help of an illustration by using JAVA.
Write down an SQL DDL definition of this database.
Describe Adjacency Lists and Adjacency Matrix. Illustrate out the term insertion sort with an illustration.