Video Lectures

32x32

Chapter 1 : Must Watch Before studying unit 2 chapter 2
Topic : Watch this lecture on awt to get basic idea of code.
Content : as per new syllabus of mumbai university topics are messed up and not in sequence, before studying unit 2 chapter 2 (jfc and swing) this lecture will help you to understand concepts well where to write code and how to use layouts, it will help you to speedup learning swing. 299 MB ,2:7:40 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Install Jdk and Netbeans 8.2
Topic : Install Jdk and netbeans 8.2
Content : Install Jdk and netbeans 8.2 21 MB ,6:43 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Introduction
Topic : History
Content : explanation 12 MB ,7:38 MIN , THEORY


32x32

Chapter 1 : Introduction
Topic : Features of Java
Content : explanation 33 MB ,19:21 MIN , THEORY


32x32

Chapter 1 : Introduction
Topic : Java Development Kit
Content : explanation 5 MB ,3:40 MIN , THEORY


32x32

Chapter 1 : Introduction
Topic : Java Application Programming Interface, Java Virtual Machine
Content : explanation 28 MB ,13:47 MIN , THEORY


32x32

Chapter 1 : Introduction
Topic : Java Program Structure
Content : explanation 17 MB ,10:55 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Introduction
Topic : Java Tokens
Content : java tokens + extra java statement and arrays 152 MB ,1:18:59 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : oops
Topic : Introduction, Class, Object, Static Keywords, Constructors, this keyword
Content : ways of using static keywords, types of constructor, constructor overloading 53 MB ,28:55 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : oops
Topic : Inner class, Anonymous Inner class
Content : how to create inner class and Anonymous Inner class 30 MB ,15:3 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : oops
Topic : Inheritance, super keyword, polymorphism (overloading and overriding)
Content : types of constructor, (single, multiple, multi-level, hierarchical, hybrid), static and dynamic polymorphism, method overloading, method overriding 74 MB ,41:4 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : oops
Topic : Abstraction, Encapsulation, Abstract Classes, Interfaces
Content : abstract class, abstract method, use of interface 38 MB ,21:21 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Packages
Topic : Introduction to predefined packages, User Defined Packages, Access specifiers
Content : explanation 17 MB ,9:26 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Exception Handling
Topic : Introduction, Pre-Defined Exceptions
Content : compile time exception, runtime exception, throw, throws, try-catch, finally, predefined exceptions, throwable class tree 41 MB ,24:42 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Exception Handling
Topic : try-catch-finally
Content : structure of try catch, nested try and multiple catch, finally statement 37 MB ,21:1 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Exception Handling
Topic : throws, throw, User Defined Exceptions
Content : use of throw, throws keyword, handling user defined exception 37 MB ,19:39 MIN , THEORY + PRACTICAL


32x32

Chapter 5 : Multithreading
Topic : Thread Creations
Content : thread creation using Thread class and Runnable interface 36 MB ,19:42 MIN , THEORY + PRACTICAL


32x32

Chapter 5 : Multithreading
Topic : Thread Life Cycle, Life Cycle Methods
Content : new born state, running state, runnable state, blocked state, dead state, ( start, yeild, sleep, suspend, resume, stop) life cycle methods, simple example with japplet to demonstrate. (prerequisite first see swing or applet or awt lectures) 39 MB ,19:17 MIN , THEORY + PRACTICAL


32x32

Chapter 5 : Multithreading
Topic : Synchronization
Content : use of Synchronization keyword, use of isalive and join method, simple example with japplet. (prerequisite first see swing or applet or awt lectures) 40 MB ,20:14 MIN , THEORY + PRACTICAL


32x32

Chapter 5 : Multithreading
Topic : wait() notify() notify all() methods
Content : demonstration of wait() notify() notify all() methods 22 MB ,11:54 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Collection Framework
Topic : Introduction, java.util Package interfaces
Content : understanding the concept 12 MB ,7:22 MIN , THEORY


32x32

Chapter 1 : Collection Framework
Topic : List
Content : operations of list 44 MB ,21:42 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Collection Framework
Topic : Set
Content : working of set, set methods 31 MB ,14:42 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Collection Framework
Topic : map
Content : characteristic of map interface, methods of map 48 MB ,20:54 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Collection Framework
Topic : List interface & its classes, Set interface & its classes, Map interface & its classes
Content : explanation 8 MB ,4:46 MIN , THEORY


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Features of the Java Foundation Classes, Swing API Components, JComponent Class
Content : explanation 30 MB ,16:27 MIN , THEORY


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Windows, Dialog Boxes, and Panels
Content : explanation 92 MB ,36:53 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Labels, Buttons, Check Boxes, Implementing Action interface
Content : explanation 81 MB ,32:56 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Pane
Content : explanation 8 MB ,4:9 MIN , THEORY


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : JScrollPane
Content : explanation 12 MB ,5:31 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Desktop pane, Menus, Toolbars
Content : explanation 50 MB ,20:33 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Scrollbars
Content : explanation 10 MB ,4:37 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Lists and Combo Boxes
Content : explanation 45 MB ,16:22 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Text-Entry Components
Content : explanation 34 MB ,13:25 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Colors and File Choosers
Content : explanation 47 MB ,18:4 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Tables
Content : explanation 19 MB ,7:48 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Introduction to JFC and Swing
Topic : Trees
Content : explanation 12 MB ,5:10 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Event Handling
Topic : Delegation Event Model, Events, Event classes, Event listener interfaces, Using delegation event model, adapter classes.
Content : understanding of Delegation Event Model with help of AWT component Frame just for example purpose , can also be implemented in Spring component Jframe. 63 MB ,28:42 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : JDBC
Topic : Introduction, JDBC Architecture, JDBC Drivers, JDBC Connectivity Model
Content : explanation 21 MB ,10:18 MIN , THEORY


32x32

Chapter 4 : JDBC
Topic : java.sql package, Using Statement, PreparedStatement
Content : explanation with demonstration 76 MB ,35:54 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : JDBC
Topic : CallableStatement
Content : CallableStatement and batch update 30 MB ,12:52 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : JDBC
Topic : ResultSet, Scrollable and Updatable ResultSet, Navigating and manipulating data
Content : types of resultset, concurrency of resultset, navigation with the help of spring components 148 MB ,1:1:15 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : JDBC
Topic : ResultSetMetaData
Content : explanation 39 MB ,16:10 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : JDBC
Topic : Managing Transactions in JDBC
Content : connection modes, savepoints, autocommit, commit, rollback, releasesavepoint 39 MB ,18:47 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : JDBC
Topic : JDBC Exception classes
Content : explanation 7 MB ,3:3 MIN , THEORY


32x32

Chapter 4 : JDBC
Topic : BLOB & CLOB
Content : explanation 8 MB ,4:22 MIN , THEORY


32x32

Chapter 1 : Servlets
Topic : Introduction
Content : need of dynamic content, java servlet technology, why servlets, what servlet can do 20 MB ,11:55 MIN , THEORY


32x32

Chapter 1 : Servlets
Topic : Servlet Life Cycle
Content : explanation 7 MB ,4:53 MIN , THEORY


32x32

Chapter 1 : Servlets
Topic : Types of Servlet
Content : generic servlet and http servlet 39 MB ,12:41 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Servlets
Topic : Servlet Configuration with Deployment Descriptor
Content : web.xml file 81 MB ,29:28 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Servlets
Topic : Working with ServletContext and ServletConfig Object
Content : explanation 27 MB ,10:53 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Servlets
Topic : Attributes in Servlet
Content : explanation 25 MB ,10:5 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Servlets
Topic : Response and Redirection using Request Dispacher
Content : explanation with example 51 MB ,22:1 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Servlets
Topic : using sendRedirect Method
Content : explanation 5 MB ,2:12 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Servlets
Topic : Filter API, Manipulating Responses using Filter API
Content : explanation 49 MB ,18:56 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Servlets
Topic : Session Tracking: using Cookies
Content : explanation with example 72 MB ,30:45 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Servlets
Topic : Session Tracking: using HTTPSession
Content : explanation with example 86 MB ,40:20 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Servlets
Topic : Session Tracking: using Hidden Form Fields and URL Rewriting
Content : explanation 48 MB ,20:49 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Servlets
Topic : Types of Servlet Event: ContextLevel and SessionLevel.
Content : explanation 83 MB ,28:17 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Java Server Pages (JSP)
Topic : Introduction to JSP , Comparison with Servlet, JSP Architecture, JSP Life Cycle
Content : explanation 27 MB ,14:29 MIN , THEORY


32x32

Chapter 2 : Java Server Pages (JSP)
Topic : JSP Scripting Elements, JSP Directives
Content : explanation with example 55 MB ,25:30 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Java Server Pages (JSP)
Topic : JSP Action
Content : explanation with example 48 MB ,21:3 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Java Server Pages (JSP)
Topic : JSP Implicit Objects
Content : explanation with example 68 MB ,26:43 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Java Server Pages (JSP)
Topic : JSP Expression Language
Content : explanation with example 67 MB ,27:56 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Java Server Pages (JSP)
Topic : JSP Standard Tag Libraries
Content : explanation with example 150 MB ,1:0:31 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Java Server Pages (JSP)
Topic : JSP Custom Tag
Content : explanation 30 MB ,12:39 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Java Server Pages (JSP)
Topic : JSP Session Management
Content : explanation 49 MB ,21:14 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Java Server Pages (JSP)
Topic : JSP Exception Handling
Content : explanation 32 MB ,15:10 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : JSON
Topic : Overview, Syntax, DataTypes, Objects, Schema, Comparison with XML, JSON with Java
Content : explanation with example 52 MB ,27:8 MIN , THEORY + PRACTICAL


The Shikshak App

The Shikshak App is an honest attempt to provide quality education.

https://play.google.com/store/apps/details?id=com.weit.theshikshak&hl=en_IN