HTML MT Solved
1. Explain the usage of the <IFRAME> tag in HTML. Also, discuss the various attributes of the <IFRAME> tag.
Ans .The HTML <IFRAME> tag is used to specify an inline frame. It allows you to divide a Web page into sections or frames. Each section can be used to display an individual Web page. Therefore, the <IFRAME> tag is used to embed an HTML Web page within another Web page. The embedded Web page is said to be contained within the other Web page,...
GNIIT DATA, NIIT, NIIT CYCLE TEST, NIIT LAB@HOME, NIIT PROJECTS, NIIT ASSIGNMENTS, NIIT EXAM, C SHARP, JAVA, SQL, ORACLE, C, C++, DBMS, GITHUB, DROOLS, JENKINS, HTML, OS, SERVLET, MS EXCEL, ADVANCE EXCEL, MS WORD, MS POWERPOINT,
Wednesday, 26 July 2017
NIIT ASP.NET MT ~ GNIIT HELP
ASP MT Solved
Ques1 Conside a scenario where you are trying to directky deploy a web application on the IIS server of your development computer.As the first step Internet Information Services(IIS) Manager and currently accessing the Add Apllication dialog box.At this stage which of the following information (ch11)
1.A name of the application,A URL to access the application
2.The pysical path where the website will be saves,A URL to access the application
3.An Alias name of the application,The...
NIIT DSA MT ~ GNIIT HELP
DSA MT Solved
Q Explain queue with the help of an example. What are the types of operations that can be performed on a queue? How can you represent a queue in the form of a linked list?
---------------------------
Ans
A queue is a list of elements in which items are inserted at one end of the queue and deleted from the other end of the queue. You can think of a queue as an open ended pipe, with elements being pushed from one end and coming out of another. The end at which elements are...
NIIT CORE JAVA MT ~ GNIIT HELP
Core Java Subjective Question
1.Identify the features of New API (NIO).
Ans:
i)The new API works more consistently across platforms.
ii)It makes it easier to write programs that gracefully handle the failure of file system operations.
iii)It provides more efficient access to a larger set of file attributes.
2.Differentiate between checked and unchecked exceptions.
Ans:
Checked Exception:
i)Every class that is a subclass of Exception except RuntimeException and its subclasses falls into...
NIIT EJB MT SOLUTION ~ GNIIT HELP
SNo: 1
Ques: What is an Entity Manager
Options:
1, It is the service object that manages entity life-cycle
instances.
2, It is a set of entity instances.
3, It is a unique value used by the persistence provider.
4, It is a value that is used to map the entity instance to the
corresponding table row in the database.
Answer: 1
Marks: 1
=============================================================
SNo: 2
Ques: Which of the following properties...
Subscribe to:
Posts (Atom)