UNIT -I PART-A Q.No Question Competence BTL

Size: px
Start display at page:

Download "UNIT -I PART-A Q.No Question Competence BTL"

Transcription

1 VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur Department of Information Technology Academic Year: QUESTION BANK- ODD SEMESTER Name of the Subject Subject Code Semester Year Department Handled & Prepared by Web Programming IT6503 V III IT S.SANDHYA,A.P(OG)/IT [SS] R.SENTHIL, A.P(OG)/IT [RS] UNIT -I PART-A 3 List the two differences between HTML and XHTML with respect to elements. What are style sheets? Discuss the ways of including style information in a HTML document. Create a HTML code to display an image. How will you create a password field in a HTML form? 5 What are the client side scripts and server side scripts? Differentiate. 6 Create two rows of horizontal frames using HTML frames. 7 Define JavaScript. List the advantages of JavaScript. 8 List out the objects used in JavaScript with its purpose. 9 List the different methods defined in document and window object of JavaScript. 0 What is a JavaScript statement? Illustrate an example. Write a JavaScript to print Good Day using IF-ELSE condition. List and explain any four HTML intrinsic event attributes. 3 Explain array creation in JavaScript with example. What are style sheets? List the ways of including style information in a HTML document. 5 Discuss the core syntax of CSS. SS & RS / IT IT6503 WP Page of

2 6 Analyze some advantages of using cascading style sheets (CSS). 7 Explain with an example for inline style sheet. 8 Define Normal Flow Box Layout in CSS? 9 Explain the usage of canvas in HTML5. 0 Explain how external style sheet is useful in web page design? PART-B (i) List and explain any four HTML elements in detail. (ii) Classify the types of lists supported by HTML and describe them in detail. Briefly discuss about (i) HTML frames. (ii) Table tags. Remembering BTL BTL 3 Create a HTML document for a company home page and give details. (6) 5 Create a registration form for an educational web site with E-Learning resources. All form controls should have appropriate name attributes. Use the GET method for form submission and specify an empty string for the action attribute. (i) (ii) Describe how do you use JavaScript for form validation? Develop a complete application that would include functions to validate the user data. Write short notes on JavaScript built-in objects. 6 Explain objects and arrays in JavaScript with suitable example (i) (ii) Write JavaScript to find sum of first n even number and display the result. Get the value of n from user. Write JavaScript to find factorial of a given number. (i) Write a Javascript program to delete the rollno property from the following object. Also print the object before and after deleting the property. Sample object: var student = { name: Santhosh Ravy, class: VI, rollno: 9}; (ii) Write a JavaScript program to search a date (MM/DD/YYYY) within a string. (i) State and explain the types of statements in JavaScript. (ii) Explain how functions can be written in JavaScript with an example. (i) Explain any eight CSS text properties. (ii) Explain the following JavaScript objects (a) RegEp. (b) Math. (i) List and explain in detail the various selector strings. (ii) Discuss the features of cascading style sheets. (6) BTL Remembering BTL (6) Remembering Remembering BTL BTL BTL BTL BTL SS & RS / IT IT6503 WP Page of

3 3 Apply CSS to a web page with the following requirements (i) Paint the background gray (ii) Add a background image of a submarine (iii) Paint the sidebar yellow (iv) Set a color to the span elements (different color for each class) (v) Set the artist h to be only uppercase (vi) Set the title h to be uppercase-first letter (vii) Set a line spacing between the lines (viii) Set letter spacing between the letters in each span of type instruction (i) Describe the CSS box model in detail. (ii) List and explain in detail the types of selector strings. (i) Express a CSS rule which adds background images and indentation. (ii) Define external style sheet with an example. UNIT -II PART-A Define objects and classes in Java. Write a Java code to check if the given string is palindrome or not. 3 Define inheritance. Describe polymorphism. 5 Show the inheritance hierarchy with a neat sketch. 6 What is interface? Mention its use. 7 What is a Java package and how it is used? 8 What is an exception? Give example. 9 What is multithreading? 0 What are the two ways of creating a thread? Write a multithreaded program that joins two threads. Differentiate between the String and StringBuffer classes? 3 What is a stream and which class allows to read objects directly from a stream? Compare between the File and Random Access File classes? SS & RS / IT IT6503 WP Page 3 of

4 5 List some important input and output stream classes. 6 7 What is the importance of == and equals () method with respect to String object? Write declaration to convert the value programmer in the string variable to programming. 8 Mention the purpose of the keyword final. 9 Why do we need run () and start () method both? Can we achieve it with only run method? 0 Can an abstract class in Java be instantiated? Give reason. PART-B Elaborate on the various object oriented concepts with necessary (6) illustrations. (i) Explain with the help of a program how object oriented programming overcomes the shortcomings of procedure oriented programming. (ii) What is inheritance? How will you call parameterized BTL constructor and over rided method from parent class in sub class? (i) What is constructor in java? Why constructor does not have return type in java? Explain it with proper example. BTL (ii) Why so we need static members and how to access them? Explain it with clear example. (i) What is a method? How is a method defined? Give (5) example. (ii) What is the difference between an argument and a (5) parameter? Discuss with an example. (iii)what is the difference between a constructor and a method? Discuss with an example. (i) State the use of constructor and finalize () method in Java using a programming example. Show how garbage collection is achieved here. (ii) Can Java directly support multiple inheritance? Illustrate your answer with an example Java program. (i) What does it mean that a method or class is abstract? Can we make an instance of an abstract class? Explain it with example. Remembering BTL (ii) What is polymorphism in Java? Explain how polymorphism is supported in Java. What is inheritance? With diagrammatic illustrations and java program(s) illustrate the different types of inheritance. Give self (6) explanatory comments in your program. (i) What is an interface? Write a Java program to illustrate the use of an interface. SS & RS / IT IT6503 WP Page of

5 9 0 3 (ii) Explain about packages. Give an example program which uses packages. Explain how exception handling mechanism has been implemented in Java. Also explain various types of checked and unchecked exceptions that may arise in Java with suitable examples. With illustrations, explain multithreading, interrupting threads, thread states and thread properties. (i) Write a Java program that collects the input as a decimal number of integer type and converts it into a String of equivalent hexadecimal number. (ii) Write a Java program that arranges the given set of strings in alphabetical order. Supply the strings through the command line. How to declare and initialize a string in java and also discuss the different string handling functions with suitable examples. (i) What is meant by stream? What are the types of streams and classes? Explain in detail. (ii) List and discuss the role of various Buffer classes used in Java programming. Design a Java application program for generating four threads to perform the following operations: (i) Getting N numbers as input (ii) Printing the even numbers (iii)printing the odd numbers (iv) Computing the average. (6) (6) (6) () () () () UNIT -III PART-A Describe JDBC with its architecture. What are the various database connectivity supported in Java? 3 How can you create JDBC statements? Illustrate Explain the prepared statement in JDBC? 5 Describe the CallableStatement in JDBC? 6 What is ResultSet? 7 Create the connection class using ODBC connectivity? 8 Summarize the advantages of Java networking. 9 Define socket. What are the classes used for socket programming? SS & RS / IT IT6503 WP Page 5 of

6 0 Define Java URL class. What are the commonly used methods of Java URL class? Create an InetAddress class to print the address and names of local machine. Can the InetAddress class functionality to detect the IP Addresses, be handled using URL class? If yes, Explain? 3 Classify the various server socket constructors. Compare TCP sockets with UDP sockets. 5 Summarize the steps involved in RMI with a neat sketch. 6 Distinguish stub and skeleton in RMI. 7 Illustrate the steps involved in creating a JavaBean. 8 Define JavaBean and the necessity to use JavaBean. 9 Give the need of Registry objects. 0 What do you mean by listen () method? PART-B (i) Describe how JDBC works. (ii) Show the various JDBC driver types in detail. (i) Discuss the steps involved to create JDBC connectivity. List the advantages of JDBC. (ii) Explain the various methods used in ResultSet interface. (i) Explain the connection interface with its methods. (ii) Discuss in detail about the statement interface and its methods. (i) Write code to implement a telephone directory application where the Administrator on entering his appropriate user id and password (requires validation of the form) should be able to add, delete or modify the records in the database use JavaScript and JDBC. (ii) Explain the JDBC architecture with neat sketch. (i) Discuss in detail about Batch Updates with an example. (ii) Illustrate the concept of updatable resultsets. (i) Explain in detail about working with rowsets. (ii) Write down the steps involved in establishing clientserver communication using UDP. (i) What is a Java bean? Write down the features of a Java Bean in detail. (ii) Describe in detail about Socket and ServerSocket. Remembering Applying BTL BTL 3 BTL BTL BTL BTL Applying BTL BTL 3 SS & RS / IT IT6503 WP Page 6 of

7 (i) Illustrate the steps in developing a simple bean. (ii) With a neat sketch, explain the architecture of Enterprise Java Bean (EJB). (i) List the steps involved in developing a Enterprise Java Bean (EJB) (ii) Describe in detail about stateless session bean and its life cycle. (i) Show and explain the lifecycle of stateful session bean with a neat sketch. (ii) Discuss about message driven bean. (i) Define RMI and its architecture with a neat sketch. (ii) Explain the methods from InetAddress class with suitable example. (i) Discuss in detail about the URL class. (ii) List out the classes and interfaces used in java.net package. (i) List the three processes involved in RMI. (ii) Define the classes used in RMI. (iii)describe about multicast sockets. () () Applying BTL 3 BTL BTL BTL () Create a calculator application using RMI concept. (6) UNIT -IV PART-A Define Java Applet. Illustrate the use of frames in layout management. 3 Discuss the two types of methods to run an applet. What is AWT? 5 How do you manage the color and font of graphics in applet? 6 Code a graphics method in Java to draw the string Hello World from the coordinates (00,00). 7 How to pass parameter to an applet? 8 Illustrate the life-cycle of an applet and its methods. 9 What are the advantages of event delegation model? 0 How does radio button in Java differs from check box? Define servlets. SS & RS / IT IT6503 WP Page 7 of

8 What are the life cycle methods of servlets? 3 How is session tracking achieved by URL rewriting? Define the use of ServletContext object. 5 List the use of cookies. 6 What are HttpServletRequest and HttpServletResponse? 7 What is JSP? Write two main usages of it. 8 Compare JSP and servlet. 9 Formulate a JSP with simple java code to display a welcome message. 0 Classify the different types of directive in JSP? PART-B Using AWT create a frame which contains four text fields name, age, sex and qualification layout using the flow layout manager. Run the program and give the values of all text fields in the command line. Initially all the values of text field should be blank. On clicking the click button all the text fields should contain the command line inputs. (i) In an Applet, create a frame with two text fields and three buttons (Cut, Copy & Paste). Data entered in the first text field should respond, according to the buttons clicked. (ii) Write a JavaServlet program to implement Cookies using getcookies(), getname() and getvalue() methods. (i) Explain with an example to add images to an applet. (ii) Explain with an example to add sound to an applet. (iii) Illustrate how parameters are passed to an applet with an example. (i) Describe in detail about the AWT Event classes. (ii) Discuss about the various Event Listeners. (i) With suitable example, explain the windows graphics. (ii) Illustrate the working with text in an applet. (i) What is the function of layout manager? Describe in detail about the different layout in Java GUI. (ii) With an example, define working with text in an applet. (6) (5) (5) Evaluating BTL 5 BTL 7 Discuss in detail about AWT event hierarchy. (6) 8 (i) Explain in detail with an example the dynamic content generation by servlet. (ii) Explain how java servlets perform session handling. 9 Discuss in detail about the HttpServlet Class and its interface. (6) SS & RS / IT IT6503 WP Page 8 of

9 0 Enlist the methods that can be used to handle the HTTP request. (6) (i) Discuss the ways of storing, and accessing information using cookies and handling associated issues. (ii) Write a code for creating cookies with name of person and secret code at the server, after getting these details from client using HTML form. How these details at the server side using Http servlet are displayed? (i) Explain the servlet life cycle with example. (ii) Briefly discuss database connectivity with Servlet to display student marks. Remembering Evaluating BTL BTL 5 BTL BTL 3 (i) Write a client server JSP program to find simple interest and display the result in the client. (ii) Define the JSP tag libraries. (i) Develop a JSP to accept user s first name and then welcome the user by name. (ii) Enlist the implicit objects that are used in JSP. UNIT -V PART-A Summarize the differences between HTML and XML. What is meant by XML namespace? 3 What does XSLT mean and give the purpose of XSLT? Define XSL with an example. 5 What is the purpose of XML schema? 6 List the advantages of XPATH. 7 Create a XML program to display student details. 8 Differentiate XML Schema and DTD. 9 List the merits and demerits of DTD. 0 What are the various building blocks in an XML? What are web services? List their advantages. List some examples of web services. 3 Give an example of a web service registry and its function. List the elements of WSDL. SS & RS / IT IT6503 WP Page 9 of

10 5 Show how UDDI is utilized in web service. 6 Give the application of UDDI. 7 State the significance of a WSDL document. 8 Analyze the need for SOAP in web services. 9 Illustrate the encoding of array in SOAP. 0 Formulate the basic concepts behind JAX-RPC technology. PART-B (i) List and explain the XML syntax rules in detail. (ii) Explain how a XML document can be displayed on a browser. (i) Explain the role of XML namespace with examples. (ii) Explain the features of XML path language. (i) Explain XPATH nodes in detail. (ii) Explain how XSLT transforms the document from one type to another type. Briefly discuss about XML and DTD. Write a DTD for employee details including employee name (first name and last name), employee ID, Date of Birth (month, date and year) and address (city and state). Write XSLT code to display employee details in a table form which is stored in XML. Get the students details like name, register number and mark using form. Generate DTD for this XML document. Name Regno Mark Xyz Abc Rst Pqr Generate the collected information in the descending order of marks using XSLT. Results should be displayed in the above format. Write a source code and explain the same. (i) Describe in detail about XSL. (ii) What languages are used to represent data in web? Explain any two of them. (i) Briefly discuss how data types are represented in XML schema. (ii) Briefly discuss how SOAP encodes struct data and arrays. (i) Describe with an example about the various web service technologies. (ii) Discuss JAX-RPC concept with suitable example. (6) (6) (6) SS & RS / IT IT6503 WP Page 0 of

11 0 (i) With a simple example illustrate the steps to create a web service. (ii) Explain the SOAP elements in detail. (i) Explain WSDL structure and its elements. (ii) Develop a Java Web Service that would do arithmetic operations. (i) Explain about UDDI in detail. (ii) Explain the RPC representation of SOAP in detail. 3 Show the creation of a Java web service in detail with examples. (6) Summarize the role of XML schema in building web services in detail. (6) Verified by.. [S.SANDHYA] [R.SENTHIL] 3.. [ ] [ ] Forwarded by Year Coordinator : Approved by HOD : SS & RS / IT IT6503 WP Page of

IT6503 WEB PROGRAMMING. Unit-I

IT6503 WEB PROGRAMMING. Unit-I Department of Information Technology Question Bank- Odd Semester 2015-2016 IT6503 WEB PROGRAMMING Unit-I SCRIPTING 1. What is HTML? Write the format of HTML program. 2. Differentiate HTML and XHTML. 3.

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 INFORMATION TECHNOLOGY TUTORIAL QUESTION BANK Course Name Course Code Class Branch : Web Technologies : ACS006 : B. Tech

More information

KINGS COLLEGE OF ENGINEERING 1

KINGS COLLEGE OF ENGINEERING 1 KINGS COLLEGE OF ENGINEERING Department of Computer Science & Engineering Academic Year 2011 2012(Odd Semester) QUESTION BANK Subject Code/Name: CS1401-Internet Computing Year/Sem : IV / VII UNIT I FUNDAMENTALS

More information

TUTORIAL QUESTION BANK

TUTORIAL QUESTION BANK + INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 COMPUTER SCIENCE AND ENGINEERING TUTORIAL QUESTION BANK Course Name Course Code Class Branch : Web Technologies : ACS006

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : M.Sc.,CST Semester / Year : EVEN / III Subject Name

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : MCA Semester / Year : EVEN / II Subject Name : Programming

More information

Alpha College of Engineering and Technology. Question Bank

Alpha College of Engineering and Technology. Question Bank Alpha College of Engineering and Technology Department of Information Technology and Computer Engineering Chapter 1 WEB Technology (2160708) Question Bank 1. Give the full name of the following acronyms.

More information

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING SHRI ANGALAMMAN COLLEGE OF ENGINEERING & TECHNOLOGY (An ISO 9001:2008 Certified Institution) SIRUGANOOR,TRICHY-621105. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year/Sem: IV / VII CS1401 INTERNET

More information

Introduction... xv SECTION 1: DEVELOPING DESKTOP APPLICATIONS USING JAVA Chapter 1: Getting Started with Java... 1

Introduction... xv SECTION 1: DEVELOPING DESKTOP APPLICATIONS USING JAVA Chapter 1: Getting Started with Java... 1 Introduction... xv SECTION 1: DEVELOPING DESKTOP APPLICATIONS USING JAVA Chapter 1: Getting Started with Java... 1 Introducing Object Oriented Programming... 2 Explaining OOP concepts... 2 Objects...3

More information

Shankersinh Vaghela Bapu Institue of Technology

Shankersinh Vaghela Bapu Institue of Technology Branch: - 6th Sem IT Year/Sem : - 3rd /2014 Subject & Subject Code : Faculty Name : - Nitin Padariya Pre Upload Date: 31/12/2013 Submission Date: 9/1/2014 [1] Explain the need of web server and web browser

More information

J2EE Technologies. Industrial Training

J2EE Technologies. Industrial Training COURSE SYLLABUS J2EE Technologies Industrial Training (4 MONTHS) PH : 0481 2411122, 09495112288 Marette Tower E-Mail : info@faithinfosys.com Near No. 1 Pvt. Bus Stand Vazhoor Road Changanacherry-01 www.faithinfosys.com

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 60 0 DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK III SEMESTER CS89- Object Oriented Programming Regulation 07 Academic Year 08 9 Prepared

More information

AIM. 10 September

AIM. 10 September AIM These two courses are aimed at introducing you to the World of Web Programming. These courses does NOT make you Master all the skills of a Web Programmer. You must learn and work MORE in this area

More information

Type of Classes Nested Classes Inner Classes Local and Anonymous Inner Classes

Type of Classes Nested Classes Inner Classes Local and Anonymous Inner Classes Java CORE JAVA Core Java Programing (Course Duration: 40 Hours) Introduction to Java What is Java? Why should we use Java? Java Platform Architecture Java Virtual Machine Java Runtime Environment A Simple

More information

COURSE SYLLABUS. Complete JAVA. Industrial Training (3 MONTHS) PH : , Vazhoor Road Changanacherry-01.

COURSE SYLLABUS. Complete JAVA. Industrial Training (3 MONTHS) PH : , Vazhoor Road Changanacherry-01. COURSE SYLLABUS Complete JAVA Industrial Training (3 MONTHS) PH : 0481 2411122, 09495112288 E-Mail : info@faithinfosys.com www.faithinfosys.com Marette Tower Near No. 1 Pvt. Bus Stand Vazhoor Road Changanacherry-01

More information

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started Application Development in JAVA Duration Lecture: Specialization x Hours Core Java (J2SE) & Advance Java (J2EE) Detailed Module Part I: Core Java (J2SE) Getting Started What is Java all about? Features

More information

Course Content for Java J2EE

Course Content for Java J2EE CORE JAVA Course Content for Java J2EE After all having a lot number of programming languages. Why JAVA; yet another language!!! AND NOW WHY ONLY JAVA??? PART-1 Basics & Core Components Features and History

More information

Java SE7 Fundamentals

Java SE7 Fundamentals Java SE7 Fundamentals Introducing the Java Technology Relating Java with other languages Showing how to download, install, and configure the Java environment on a Windows system. Describing the various

More information

S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and

S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and co-curricular calendar 3 Preparation of time table 4 Appointment

More information

Complete Java Contents

Complete Java Contents Complete Java Contents Duration: 60 Hours (2.5 Months) Core Java (Duration: 25 Hours (1 Month)) Java Introduction Java Versions Java Features Downloading and Installing Java Setup Java Environment Developing

More information

Call: Core&Advanced Java Springframeworks Course Content:35-40hours Course Outline

Call: Core&Advanced Java Springframeworks Course Content:35-40hours Course Outline Core&Advanced Java Springframeworks Course Content:35-40hours Course Outline Object-Oriented Programming (OOP) concepts Introduction Abstraction Encapsulation Inheritance Polymorphism Getting started with

More information

JAVA. Duration: 2 Months

JAVA. Duration: 2 Months JAVA Introduction to JAVA History of Java Working of Java Features of Java Download and install JDK JDK tools- javac, java, appletviewer Set path and how to run Java Program in Command Prompt JVM Byte

More information

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes Course Title Course Code WEB DESIGNING TECHNOLOGIES DCE311 Lecture : 3 Course Credit Practical : Tutorial : 0 Total : 5 Course Learning Outcomes At end of the course, students will be able to: Understand

More information

ive JAVA EE C u r r i c u l u m

ive JAVA EE C u r r i c u l u m C u r r i c u l u m ive chnoworld Development Training Consultancy Collection Framework - The Collection Interface(List,Set,Sorted Set). - The Collection Classes. (ArrayList,Linked List,HashSet,TreeSet)

More information

Java J Course Outline

Java J Course Outline JAVA EE - J2SE - CORE JAVA After all having a lot number of programming languages. Why JAVA; yet another language!!! AND NOW WHY ONLY JAVA??? CHAPTER 1: INTRODUCTION What is Java? History Versioning The

More information

SNS COLLEGE OF ENGINEERING, Coimbatore

SNS COLLEGE OF ENGINEERING, Coimbatore SNS COLLEGE OF ENGINEERING, Coimbatore 641 107 Accredited by NAAC UGC with A Grade Approved by AICTE and Affiliated to Anna University, Chennai IT6503 WEB PROGRAMMING UNIT 04 APPLETS Java applets- Life

More information

JAVA MICROSERVICES. Java Language Environment. Java Set Up. Java Fundamentals. Packages. Operations

JAVA MICROSERVICES. Java Language Environment. Java Set Up. Java Fundamentals. Packages. Operations Java Language Environment JAVA MICROSERVICES Object Oriented Platform Independent Automatic Memory Management Compiled / Interpreted approach Robust Secure Dynamic Linking MultiThreaded Built-in Networking

More information

Oracle 10g: Build J2EE Applications

Oracle 10g: Build J2EE Applications Oracle University Contact Us: (09) 5494 1551 Oracle 10g: Build J2EE Applications Duration: 5 Days What you will learn Leading companies are tackling the complexity of their application and IT environments

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK B.E. - Electrical and Electronics Engineering IV SEMESTER CS6456 - OBJECT ORIENTED

More information

JAVA COURSES. Empowering Innovation. DN InfoTech Pvt. Ltd. H-151, Sector 63, Noida, UP

JAVA COURSES. Empowering Innovation. DN InfoTech Pvt. Ltd. H-151, Sector 63, Noida, UP 2013 Empowering Innovation DN InfoTech Pvt. Ltd. H-151, Sector 63, Noida, UP contact@dninfotech.com www.dninfotech.com 1 JAVA 500: Core JAVA Java Programming Overview Applications Compiler Class Libraries

More information

IT2353 WEB TECHNOLOGY Question Bank UNIT I 1. What is the difference between node and host? 2. What is the purpose of routers? 3. Define protocol. 4.

IT2353 WEB TECHNOLOGY Question Bank UNIT I 1. What is the difference between node and host? 2. What is the purpose of routers? 3. Define protocol. 4. IT2353 WEB TECHNOLOGY Question Bank UNIT I 1. What is the difference between node and host? 2. What is the purpose of routers? 3. Define protocol. 4. Why are the protocols layered? 5. Define encapsulation.

More information

This course is intended for Java programmers who wish to write programs using many of the advanced Java features.

This course is intended for Java programmers who wish to write programs using many of the advanced Java features. COURSE DESCRIPTION: Advanced Java is a comprehensive study of many advanced Java topics. These include assertions, collection classes, searching and sorting, regular expressions, logging, bit manipulation,

More information

IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 Part A 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3.

IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 Part A 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3. IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3. Write a script that inputs text from an HTML form and outputs the

More information

Distributed Multitiered Application

Distributed Multitiered Application Distributed Multitiered Application Java EE platform uses a distributed multitiered application model for enterprise applications. Logic is divided into components https://docs.oracle.com/javaee/7/tutorial/overview004.htm

More information

Internet Application Developer

Internet Application Developer Internet Application Developer SUN-Java Programmer Certification Building a Web Presence with XHTML & XML 5 days or 12 evenings $2,199 CBIT 081 J A V A P R O G R A M M E R Fundamentals of Java and Object

More information

Course title: ADVANCED WEB TECHNOLOGIES AND SERVICES

Course title: ADVANCED WEB TECHNOLOGIES AND SERVICES Course title: ADVANCED WEB TECHNOLOGIES AND SERVICES Lecturers Full Prof. Dragutin Kermek, Ph.D., Matija Novak, M.Inf. Language of Croatian and English instruction: Schedule: 90 teaching hours - 15 hours

More information

Get Unique study materials from

Get Unique study materials from Downloaded from www.rejinpaul.com VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : IV Section : EEE - 1 & 2 Subject Code

More information

Table of Contents. Introduction... xxi

Table of Contents. Introduction... xxi Introduction... xxi Chapter 1: Getting Started with Web Applications in Java... 1 Introduction to Web Applications... 2 Benefits of Web Applications... 5 Technologies used in Web Applications... 5 Describing

More information

JAVA & J2EE UNIT -1 INTRODUCTION

JAVA & J2EE UNIT -1 INTRODUCTION JAVA & J2EE UNIT -1 INTRODUCTION 1. List and explain the java buzzwords 2. Explain different access specifires in java,with example [6 marks] 3. Explain any 5 object oriented features supported by java,

More information

[Course Overview] After completing this module you are ready to: Develop Desktop applications, Networking & Multi-threaded programs in java.

[Course Overview] After completing this module you are ready to: Develop Desktop applications, Networking & Multi-threaded programs in java. [Course Overview] The Core Java technologies and application programming interfaces (APIs) are the foundation of the Java Platform, Standard Edition (Java SE). They are used in all classes of Java programming,

More information

ABOUT CORE JAVA COURSE SCOPE:

ABOUT CORE JAVA COURSE SCOPE: ABOUT CORE JAVA COURSE SCOPE: JAVA based business programs perform well because constant JAVA requirements help designers to create multilevel programs with a component centered approach. JAVA growth allows

More information

/ / JAVA TRAINING

/ / JAVA TRAINING www.tekclasses.com +91-8970005497/+91-7411642061 info@tekclasses.com / contact@tekclasses.com JAVA TRAINING If you are looking for JAVA Training, then Tek Classes is the right place to get the knowledge.

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 0 0 DEPARTMENT OF COMPUTERAPPLICATIONS QUESTION BANK V SEMESTER MC70- Web Application Development Regulation 0 Academic Year 07 8 Prepared by Mr.M.AsanNainar,

More information

SCHEME OF COURSE WORK

SCHEME OF COURSE WORK SCHEME OF COURSE WORK Course Details: Course Title Object oriented programming through JAVA Course Code 15CT1109 L T P C : 3 0 0 3 Program: B.Tech. Specialization: Information Technology Semester IV Prerequisites

More information

Advanced Java Programming

Advanced Java Programming Advanced Java Programming Length: 4 days Description: This course presents several advanced topics of the Java programming language, including Servlets, Object Serialization and Enterprise JavaBeans. In

More information

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY ACADEMIC YEAR (ODD SEM)

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY ACADEMIC YEAR (ODD SEM) DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY ACADEMIC YEAR 2018-19 (ODD SEM) DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING SUB: OBJECT ORIENTED PROGRAMMING SEM/YEAR: III SEM/ II YEAR

More information

Objective Questions. BCA Part III Paper XIX (Java Programming) page 1 of 5

Objective Questions. BCA Part III Paper XIX (Java Programming) page 1 of 5 Objective Questions BCA Part III page 1 of 5 1. Java is purely object oriented and provides - a. Abstraction, inheritance b. Encapsulation, polymorphism c. Abstraction, polymorphism d. All of the above

More information

CTI Short Learning Programme in Internet Development Specialist

CTI Short Learning Programme in Internet Development Specialist CTI Short Learning Programme in Internet Development Specialist Module Descriptions 2015 1 Short Learning Programme in Internet Development Specialist (10 months full-time, 25 months part-time) Computer

More information

WEB PROGRAMMING LAB. Course Code: 15CT1123 L T P C. (Common to CSE&IT)

WEB PROGRAMMING LAB. Course Code: 15CT1123 L T P C. (Common to CSE&IT) 177 WEB PROGRAMMING LAB (Common to &IT) Course Code: 15CT1123 L T P C 0 0 3 2 Pre-requisites: Object Oriented Programming through Java Course Outcomes : At the end of the Course, the Student will be able

More information

COURSE DETAILS: CORE AND ADVANCE JAVA Core Java

COURSE DETAILS: CORE AND ADVANCE JAVA Core Java COURSE DETAILS: CORE AND ADVANCE JAVA Core Java 1. Object Oriented Concept Object Oriented Programming & its Concepts Classes and Objects Aggregation and Composition Static and Dynamic Binding Abstract

More information

UNIT -II. Language-History and Versions Introduction JavaScript in Perspective-

UNIT -II. Language-History and Versions Introduction JavaScript in Perspective- UNIT -II Style Sheets: CSS-Introduction to Cascading Style Sheets-Features- Core Syntax-Style Sheets and HTML Style Rle Cascading and Inheritance-Text Properties-Box Model Normal Flow Box Layout- Beyond

More information

Fast Track to Java EE

Fast Track to Java EE Java Enterprise Edition is a powerful platform for building web applications. This platform offers all the advantages of developing in Java plus a comprehensive suite of server-side technologies. This

More information

Watch Core Java and Advanced Java Demo Video Here:

Watch Core Java and Advanced Java Demo Video Here: Website: http://www.webdesigningtrainingruchi.com/ Contact person: Ranjan Raja Moble/Whatsapp: +91-9347045052 / 09032803895 Dilsukhnagar, Hyderabad Email: webdesigningtrainingruchi@gmail.com Skype: Purnendu_ranjan

More information

Core Java SYLLABUS COVERAGE SYLLABUS IN DETAILS

Core Java SYLLABUS COVERAGE SYLLABUS IN DETAILS Core Java SYLLABUS COVERAGE Introduction. OOPS Package Exception Handling. Multithreading Applet, AWT, Event Handling Using NetBean, Ecllipse. Input Output Streams, Serialization Networking Collection

More information

Java Training Center, Noida - Java Expert Program

Java Training Center, Noida - Java Expert Program Java Training Center, Noida - Java Expert Program Database Concepts Introduction to Database Limitation of File system Introduction to RDBMS Steps to install MySQL and oracle 10g in windows OS SQL (Structured

More information

BRA BIHAR UNIVERSITY, MUZAFFARPUR DIRECTORATE OF DISTANCE EDUCATION

BRA BIHAR UNIVERSITY, MUZAFFARPUR DIRECTORATE OF DISTANCE EDUCATION BSCIT/3 RD /BIT13-OOPS with Java Q. 1. What do you mean by Java Virtual Machine? Q. 2. Define Bytecode. Write different features of Java. Q. 3. How do you compile and execute a Java program? Q. 4. Discuss

More information

Java Training For Six Weeks

Java Training For Six Weeks Java Training For Six Weeks Java is a set of several computer software and specifications developed by Sun Microsystems, later acquired by Oracle Corporation that provides a system for developing application

More information

LTBP INDUSTRIAL TRAINING INSTITUTE

LTBP INDUSTRIAL TRAINING INSTITUTE Java SE Introduction to Java JDK JRE Discussion of Java features and OOPS Concepts Installation of Netbeans IDE Datatypes primitive data types non-primitive data types Variable declaration Operators Control

More information

JAVA. 1. Introduction to JAVA

JAVA. 1. Introduction to JAVA JAVA 1. Introduction to JAVA History of Java Difference between Java and other programming languages. Features of Java Working of Java Language Fundamentals o Tokens o Identifiers o Literals o Keywords

More information

1 OBJECT-ORIENTED PROGRAMMING 1

1 OBJECT-ORIENTED PROGRAMMING 1 PREFACE xvii 1 OBJECT-ORIENTED PROGRAMMING 1 1.1 Object-Oriented and Procedural Programming 2 Top-Down Design and Procedural Programming, 3 Problems with Top-Down Design, 3 Classes and Objects, 4 Fields

More information

Call: JSP Spring Hibernate Webservice Course Content:35-40hours Course Outline

Call: JSP Spring Hibernate Webservice Course Content:35-40hours Course Outline JSP Spring Hibernate Webservice Course Content:35-40hours Course Outline Advanced Java Database Programming JDBC overview SQL- Structured Query Language JDBC Programming Concepts Query Execution Scrollable

More information

PSD1B Advance Java Programming Unit : I-V. PSD1B- Advance Java Programming

PSD1B Advance Java Programming Unit : I-V. PSD1B- Advance Java Programming PSD1B Advance Java Programming Unit : I-V PSD1B- Advance Java Programming 1 UNIT I - SYLLABUS Servlets Client Vs Server Types of Servlets Life Cycle of Servlets Architecture Session Tracking Cookies JDBC

More information

Object Oriented Programming with Java. Unit-1

Object Oriented Programming with Java. Unit-1 CEB430 Object Oriented Programming with Java Unit-1 PART A 1. Define Object Oriented Programming. 2. Define Objects. 3. What are the features of Object oriented programming. 4. Define Encapsulation and

More information

R. C. TECHNICAL INSTITUTE, AHMEDABAD COMPUTER ENGG. DEPARTMENT ASSIGNMENT 1

R. C. TECHNICAL INSTITUTE, AHMEDABAD COMPUTER ENGG. DEPARTMENT ASSIGNMENT 1 R. C. TECHNICAL INSTITUTE, AHMEDABAD COMPUTER ENGG. DEPARTMENT Sub:-CMTS Sem-5 th ASSIGNMENT 1 CHAPTER 1 1. Explain Generation of Computer in brief. 2. List out Components available on Motherboard. 3.

More information

JAVA+ANDROID CURRICULUM 6 WEEKS. INTRODUCTION TO JAVA Understanding Requirement: Why Java Why Java is important to the Internet JAVA on LINUX Platform

JAVA+ANDROID CURRICULUM 6 WEEKS. INTRODUCTION TO JAVA Understanding Requirement: Why Java Why Java is important to the Internet JAVA on LINUX Platform JAVA+ANDROID CURRICULUM 6 WEEKS INTRODUCTION TO JAVA Understanding Requirement: Why Java Why Java is important to the Internet JAVA on LINUX Platform INTRODUCTION TO JAVA VIRTUAL MACHINE Java Virtual Machine

More information

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering Fifth Semester Subject: Web Programming Contact Hrs / week: 4 Total hrs: 64 Table of Contents SN Content

More information

Page 1

Page 1 Java 1. Core java a. Core Java Programming Introduction of Java Introduction to Java; features of Java Comparison with C and C++ Download and install JDK/JRE (Environment variables set up) The JDK Directory

More information

Introduction to JSP and Servlets Training 5-days

Introduction to JSP and Servlets Training 5-days QWERTYUIOP{ Introduction to JSP and Servlets Training 5-days Introduction to JSP and Servlets training course develops skills in JavaServer Pages, or JSP, which is the standard means of authoring dynamic

More information

CTI Higher Certificate in Information Systems (Internet Development)

CTI Higher Certificate in Information Systems (Internet Development) CTI Higher Certificate in Information Systems (Internet Development) Module Descriptions 2015 1 Higher Certificate in Information Systems (Internet Development) (1 year full-time, 2½ years part-time) Computer

More information

1Z Java SE 5 and 6, Certified Associate Exam Summary Syllabus Questions

1Z Java SE 5 and 6, Certified Associate Exam Summary Syllabus Questions 1Z0-850 Java SE 5 and 6, Certified Associate Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-850 Exam on Java SE 5 and 6, Certified Associate... 2 Oracle 1Z0-850 Certification Details:...

More information

Contents at a Glance

Contents at a Glance Contents at a Glance 1 Java EE and Cloud Computing... 1 2 The Oracle Java Cloud.... 25 3 Build and Deploy with NetBeans.... 49 4 Servlets, Filters, and Listeners... 65 5 JavaServer Pages, JSTL, and Expression

More information

Programming the World Wide Web by Robert W. Sebesta

Programming the World Wide Web by Robert W. Sebesta Programming the World Wide Web by Robert W. Sebesta Tired Of Rpg/400, Jcl And The Like? Heres A Ticket Out Programming the World Wide Web by Robert Sebesta provides students with a comprehensive introduction

More information

Delivery Options: Attend face-to-face in the classroom or remote-live attendance.

Delivery Options: Attend face-to-face in the classroom or remote-live attendance. XML Programming Duration: 5 Days Price: $2795 *California residents and government employees call for pricing. Discounts: We offer multiple discount options. Click here for more info. Delivery Options:

More information

: 5] SEAT : P965 [4768] :3 T.Y.B.C.A. VB. NET

: 5] SEAT : P965 [4768] :3 T.Y.B.C.A. VB. NET Total No. of Questions : 5] SEAT No. : P965 [4768] - 501 T.Y.B.C.A. VB. NET PROGRAMMING.Net Programming (Semester-V) (2008 Pattern) [Total No. of Pages :3 Time : 3 Hours] [Max. Marks : 80 Instructions

More information

3. Course Outlines: Specific Objectives Contents Teaching Hours understand the basic concept of java programing. 1. Introduction to Java Language

3. Course Outlines: Specific Objectives Contents Teaching Hours understand the basic concept of java programing. 1. Introduction to Java Language Course Title: Java Programming Course No. : ICT. Ed Level: M.Ed. Semester: First Nature of course: Theoretical + Practical Credit Hour: 3 hours Teaching Hour: 75 hours(45+30) 1. Course Description This

More information

Java Programming Course Overview. Duration: 35 hours. Price: $900

Java Programming Course Overview. Duration: 35 hours. Price: $900 978.256.9077 admissions@brightstarinstitute.com Java Programming Duration: 35 hours Price: $900 Prerequisites: Basic programming skills in a structured language. Knowledge and experience with Object- Oriented

More information

DOT NET Syllabus (6 Months)

DOT NET Syllabus (6 Months) DOT NET Syllabus (6 Months) THE COMMON LANGUAGE RUNTIME (C.L.R.) CLR Architecture and Services The.Net Intermediate Language (IL) Just- In- Time Compilation and CLS Disassembling.Net Application to IL

More information

Computational Web Portals. Tomasz Haupt Mississippi State University

Computational Web Portals. Tomasz Haupt Mississippi State University Computational Web Portals Tomasz Haupt Mississippi State University What is a portal? Is it a web page? There is something going on behind the scene! Synopsis URL TCP/IP SSL HTTP HTTPS PKI Kerberos HTML

More information

ST.MARTIN'S ENGINEERING COLLEGE Dhulapally,Secunderabad-014

ST.MARTIN'S ENGINEERING COLLEGE Dhulapally,Secunderabad-014 ST.MARTIN'S ENGINEERING COLLEGE Dhulapally,Secunderabad-014 INFORMATION TECHNOLOGY TUTORIAL QUESTION BANK Course Title Course Code Regulation Course Structure Team of Instructors Mobile Application Development

More information

World Wide Web PROGRAMMING THE PEARSON EIGHTH EDITION. University of Colorado at Colorado Springs

World Wide Web PROGRAMMING THE PEARSON EIGHTH EDITION. University of Colorado at Colorado Springs PROGRAMMING THE World Wide Web EIGHTH EDITION ROBERT W. SEBESTA University of Colorado at Colorado Springs PEARSON Boston Columbus Indianapolis New York San Francisco Upper Saddle River Amsterdam Cape

More information

AN ISO 9001:2008 CERTIFIED COMPANY ADVANCED. Java TRAINING.

AN ISO 9001:2008 CERTIFIED COMPANY ADVANCED. Java TRAINING. AN ISO 9001:2008 CERTIFIED COMPANY ADVANCED Java TRAINING www.webliquids.com ABOUT US Who we are: WebLiquids is an ISO (9001:2008), Google, Microsoft Certified Advanced Web Educational Training Organisation.

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING ACADEMIC YEAR (ODD SEMESTER) QUESTION BANK

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING ACADEMIC YEAR (ODD SEMESTER) QUESTION BANK KINGS COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING ACADEMIC YEAR 2011 2012(ODD SEMESTER) QUESTION BANK SUBJECT CODE / NAME: IT1402-MIDDLEWARE TECHNOLOGIES YEAR/SEM : IV / VII UNIT

More information

CHAPTER 1: A GENERAL INTRODUCTION TO PROGRAMMING 1

CHAPTER 1: A GENERAL INTRODUCTION TO PROGRAMMING 1 INTRODUCTION xxii CHAPTER 1: A GENERAL INTRODUCTION TO PROGRAMMING 1 The Programming Process 2 Object-Oriented Programming: A Sneak Preview 5 Programming Errors 6 Syntax/Compilation Errors 6 Runtime Errors

More information

Contents Introduction 1

Contents Introduction 1 SELF-STUDY iii Introduction 1 Course Purpose... 1 Course Goals...1 Exercises... 2 Scenario-Based Learning... 3 Multimedia Overview... 3 Assessment... 3 Hardware and Software Requirements... 4 Chapter 1

More information

Delivery Options: Attend face-to-face in the classroom or via remote-live attendance.

Delivery Options: Attend face-to-face in the classroom or via remote-live attendance. XML Programming Duration: 5 Days US Price: $2795 UK Price: 1,995 *Prices are subject to VAT CA Price: CDN$3,275 *Prices are subject to GST/HST Delivery Options: Attend face-to-face in the classroom or

More information

Advanced Java Programming SRM UNIVERSITY FACULTY OF SCIENCE AND HUMANITIES DEPARTMENT OF COMPUTER SCIENCE

Advanced Java Programming SRM UNIVERSITY FACULTY OF SCIENCE AND HUMANITIES DEPARTMENT OF COMPUTER SCIENCE SRM UNIVERSITY FACULTY OF SCIENCE AND HUMANITIES DEPARTMENT OF COMPUTER SCIENCE Subject Code: PIT18102 Subject Name: Advanced Java Programming Staff Name: Dr. P.Muthulakshmi No. of Hours: 60 UNIT I Remote

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

Java Training JAVA. Introduction of Java

Java Training JAVA. Introduction of Java Java Training Building or rewriting a system completely in Java means starting from the scratch. We engage in the seamless and stable operations of Java technology to deliver innovative and functional

More information

JAVA Training Overview (For Demo Classes Call Us )

JAVA Training Overview (For Demo Classes Call Us ) JAVA Training Overview (For Demo Classes Call Us +91 9990173465) IT SPARK - is one of the well-known and best institutes that provide Java training courses. Working professionals from MNC's associated

More information

5. In JAVA, is exception handling implicit or explicit or both. Explain with the help of example java programs. [16]

5. In JAVA, is exception handling implicit or explicit or both. Explain with the help of example java programs. [16] Code No: R05220402 Set No. 1 1. (a) java is freeform language. Comment (b) Describe in detail the steps involved in implementing a stand-alone program. (c) What are command line arguments? How are they

More information

FINALTERM EXAMINATION Spring 2009 CS506- Web Design and Development Solved by Tahseen Anwar

FINALTERM EXAMINATION Spring 2009 CS506- Web Design and Development Solved by Tahseen Anwar FINALTERM EXAMINATION Spring 2009 CS506- Web Design and Development Solved by Tahseen Anwar www.vuhelp.pk Solved MCQs with reference. inshallah you will found it 100% correct solution. Time: 120 min Marks:

More information

SYLLABUS JAVA COURSE DETAILS. DURATION: 60 Hours. With Live Hands-on Sessions J P I N F O T E C H

SYLLABUS JAVA COURSE DETAILS. DURATION: 60 Hours. With Live Hands-on Sessions J P I N F O T E C H JAVA COURSE DETAILS DURATION: 60 Hours With Live Hands-on Sessions J P I N F O T E C H P U D U C H E R R Y O F F I C E : # 4 5, K a m a r a j S a l a i, T h a t t a n c h a v a d y, P u d u c h e r r y

More information

Advanced Web Programming (17MCA42)

Advanced Web Programming (17MCA42) PESIT- Bangalore South Campus Hosur Road (1km Before Electronic city) Bangalore 560 100 Department of MCA COURSE INFORMATION SHEET Advanced Web Programming (17MCA42) 1. GENERAL INFORMATION Academic Year:

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY. (An NBA Accredited Programme) ACADEMIC YEAR / EVEN SEMESTER

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY. (An NBA Accredited Programme) ACADEMIC YEAR / EVEN SEMESTER KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY (An NBA Accredited Programme) ACADEMIC YEAR 2012-2013 / EVEN SEMESTER YEAR / SEM : IV / VIII BATCH: 2009-2013 (2008 Regulation) SUB CODE

More information

VTU Question Bank. UNIT 1 Introduction to WWW, XHTML

VTU Question Bank. UNIT 1 Introduction to WWW, XHTML VTU Question Bank UNIT 1 Introduction to WWW, XHTML 1. Explain HTTP. (05 Marks) (Jan-2014, Dec-2012, Jun/July -2011, June-2012) 2. Explain Web servers operation and general server characteristics. (05

More information

J2EE Development. Course Detail: Audience. Duration. Course Abstract. Course Objectives. Course Topics. Class Format.

J2EE Development. Course Detail: Audience. Duration. Course Abstract. Course Objectives. Course Topics. Class Format. J2EE Development Detail: Audience www.peaksolutions.com/ittraining Java developers, web page designers and other professionals that will be designing, developing and implementing web applications using

More information

Advanced Java 2014

Advanced Java 2014 Practical No. 1 060003 Advanced Java 2014 Write a program to take input from user and ask the user to enter any character for which the user wants to calculate occurrences of it. Program should check whether

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : M.Sc CST Semester / Year : EVEN / II Subject Name

More information

Web Development IB PRECISION EXAMS

Web Development IB PRECISION EXAMS PRECISION EXAMS Web Development IB EXAM INFORMATION Items 53 Points 73 Prerequisites COMPUTER TECHNOLOGY Grade Level 10-12 Course Length ONE YEAR Career Cluster INFORMATION TECHNOLOGY Performance Standards

More information

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : III and VI Section : CSE- 1 & 2 Subject Code : CS6601 Subject Name : DISTRIBUTED

More information