1 / 8

ADV-JAVA SYLLABUS

ADV-JAVA SYLLABUS. Training Track. JFC (Swing & Awt) JDBC SERVLET JSP JAVA BEAN. JFC. Contains API to develop interactive GUI for desktop based application Ref: J2CR 5 th Edition [SWING – CHAP 26, EVENT HANDLING CHAP 20,AWT CHAP 21,19 ] Addition Ref: Java Black Book 5.0

nolan-house
Download Presentation

ADV-JAVA SYLLABUS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ADV-JAVASYLLABUS

  2. Training Track • JFC (Swing & Awt) • JDBC • SERVLET • JSP • JAVA BEAN

  3. JFC Contains API to develop interactive GUI for desktop based application Ref: J2CR 5th Edition [SWING – CHAP 26, EVENT HANDLING CHAP 20,AWT CHAP 21,19 ] Addition Ref: Java Black Book 5.0 JFC Programming [Any edition]

  4. JDBC It is an persistence mechnism.Provides a common object –oriented API for connecting Any Java Application to Database. Ref: The Complete Guide to JAVA Database Programming,Matthew Siple, TMH Additional Ref: http://java.sun.com

  5. Servlet It is server extension module.Servlet is used to developed web –based application. Ref: J2CR 5th Edition [CHAP 27] Addition Ref: SCWCD Exam Study Kit by Hanumant Deshmukh Head First Servlets and JSP

  6. JSP It is an SSI. JSP is used to developed web –based application. JSP is mainly used for presentation Layer. Ref: Sun tutorial on JSP by JGuru Additional Ref same as Servlet

  7. Java Bean A Java Bean is a software component that has been designed to be reusable in a variety of different environments. Ref: J2CR 5th Edition [Chap 25] Addition Ref: Core Java™ 2 Volume By Cay S. Horstmann [Chap 8]

  8. UGC Paper Pattern 1 API-Based Questions eq. write a note on JTabbedPane 2. Theory Questions 3. Program Questions

More Related