MI0041 – JAVA AND WEB DESIGN

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
help.mbaassignments@gmail.com
or
call us at : 08263069601



ASSIGNMENT

DRIVE
SPRING 2016
PROGRAM
MASTER OF BUSINESS ADMINISTRATION (MBA)
SEMESTER
IV
SUBJECT CODE & NAME
MI0041 – JAVA AND WEB DESIGN
BK ID
B2016
CREDITS
4
MARKS
60


Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme.


Question.1. Briefly explain any two Java-based web technologies.

Answer:The Java technologies you'll use to create web applications are a part of the Java EE platform, in addition to many of the Java Platform, Standard Edition (Java SE) classes and packages. In order for many of these technologies to work on a server, the server must have a container, or web server, installed that recognizes and runs the classes you create. For development and testing of these technologies, you can use the tools detailed in this article, but when you deploy, make sure that the server has Java server software installed to run Java technology-based web applications. If you don't have access to this information, ask the server administrator.




Question.2. Explain the elements of HTML document structure.

Answer:An HTML element is an individual component of an HTML document or web page, once this has been parsed into the Document Object Model. HTML is composed of a tree of HTML elements and other nodes, such as text nodes. Each element can have HTML attributes specified. Elements can also have content, including other elements and text. Many HTML elements represent semantics, or meaning. For example, the title element represents the title of the document.

In the HTML syntax, most elements are written with a


Question.3. Write a short note on

a. Special operators

Answer:Special operations (S.O.) are military operations that are "special" or unconventional and carried out by dedicated special forces units using unconventional methods and resources. Special operations may be performed independently of or in conjunction with conventional military operations. The primary goal is to achieve a political or military objective where a conventional force requirement does not exist or might adversely affect the overall strategic outcome. Special operations are usually conducted in a low-profile manner that aims to achieve the advantages of speed, surprise, and violence of action against an




b. Operator precedence and associativity

Answer:In programming languages, the associativity (or fixity) of an operator is a property that determines how operators of the same precedence are grouped in the absence of parentheses. If an operand is both preceded and followed by operators (for example, "^ 4 ^"), and those operators have equal precedence, then the operand may be used as input to two different operations (i.e. the two operations indicated by the two operators). The choice of which operations to apply the operand to, is determined by the "associativity



Question.4. Explain dynamic polymorphism with an example of Java program.

Answer:Polymorphism is an important feature of object oriented programming.

In this tutorial we discuss meaning one of the type of polymorphism, that is dynamic polymorphism and its implemented in Java as a programming language.





Question.5. Explain the classes in Abstract Window Toolkit (AWT).

Answer:The Abstract Window Toolkit (AWT) is Java's original platform-dependent windowing, graphics, and user-interface widget toolkit preceding Swing. The AWT is part of the Java Foundation Classes (JFC) — the standard API for providing a




Question.6. Explain the stages of JSP (Java Server Pages) life cycle.

Answer:JSP pages are saved with .jsp extension which lets the server know that this is a JSP page and needs to go through JSP life cycle stages.

In my previous post about JSP introduction, I explained that JSP is not processed as such, they first gets converted into Servelts and then the corresponding servlet gets processed by Server.

When client makes a request to Server, it first goes

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
help.mbaassignments@gmail.com
or
call us at : 08263069601


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.