Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.29 KB

ISSAssignment

Pre-Internship Training Program | Compiled by: @IamLucif3r

This repository is a compilation of the Taks given in the ISS Pre-Joining Assignment.

Contents

  1. Core Java

    1. Basics of Java
    2. Datatypes, Constructors, Modifiers
    3. Loops and Decision Making
    4. Strings & Arrays
    5. Inheritance, Overriding, Polymorphism, Abstraction, Encaptulation, Interfaces & Packages
    6. Exception Handling
    7. Collections Framework
    8. Multi-Threading
    9. JSON
    10. XML
    11. JDBC
    12. File Handling
  2. Database Management System

    1. Need for Database
    2. Basic Queries
    3. Callable Statement, Stored Procedure
    4. Normalization
  3. Client Side Programming

    1. HTML
    2. CSS
    3. Javascript
  4. Integrating Client Side and Server Side

    1. Servlets, JSP
    2. Different HTTP Methods and Status Codes
    3. Hello-World Web-Application
    4. Login-Registration Web-Application