Video Lectures

32x32

Chapter 1 : The Java Language
Topic : Features of Java, Java programming format
Content : Object Oriented,Robust,Platform Independent,Simple,Secure, Architectural Neutral, Garbage Collector,Multi-Threading, Interpreted, Portable, Distributed, jvm, interpreter, basic java program syntax. 96 MB ,56:5 MIN , THEORY


32x32

Chapter 1 : The Java Language
Topic : java tokens
Content : whitespaces , operators, keywords, comments, separators , identifiers, literals 83 MB ,45:12 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : The Java Language
Topic : Java Statements, Java Data Types, Typecasting
Content : Declaration Statement, Expression Statement, Control-Flow Statement, Primitive Data Types, Non-primitive Data Types,Widening, Narrowing 50 MB ,22:52 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : The Java Language
Topic : arrays
Content : single dimensional array, multi dimensional array 17 MB ,10:54 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : oops
Topic : Inheritance, super Key Word, Polymorphism (overloading and overriding), Abstraction
Content : Single, Multiple, Multi-level,Hierarchical, Hybrid , Compile time Polymorphism , Runtime Polymorphism , Method Overloading and overriding 74 MB ,41:4 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : oops
Topic : Encapsulation, Abstract Classes, Interfaces
Content : working of abstract class and interfaces 38 MB ,21:21 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : oops
Topic : Introduction, Class, Object, Static Keywords, Constructors, this KeyWord
Content : abstraction, encapsulation, inheritance and polymorphism, 53 MB ,28:55 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : String Manipulations
Topic : string
Content : Concat, Length, indexOf, charAt, equals, equalsIgnoreCase, Contains, endsWith, replaceAll, replaceFirst, Lower and Upper case 30 MB ,16:10 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : String Manipulations
Topic : StringTokenizer
Content : hasMoreTokens, nextToken 7 MB ,4:26 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : String Manipulations
Topic : StringBuffer
Content : StringBuffer constructor, methods, length, capacity, append, insert, replace, charAt, indexOf, lastIndexOf, substring 34 MB ,17:50 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Exception Handling
Topic : Introduction, Pre-Defined Exceptions
Content : whats the use of user exception handling, types of exceptions, and predefined exception 41 MB ,24:42 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Exception Handling
Topic : Try-Catch-Finally
Content : use of try block, multiple catch block, nested try, finally block use of it 37 MB ,21:1 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Exception Handling
Topic : Throws, throw, User Defined Exception examples
Content : use of throw when to use, use of throws when to use, inheriting exception class and creating user defined exception 37 MB ,19:39 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Multithreading
Topic : Thread Creations
Content : use of multi threading, extending thread class, implementing runnable interface, start method 36 MB ,19:42 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Multithreading
Topic : Thread Life Cycle, Life Cycle Methods
Content : phases of thread, lifecycle of thread, methods start, sleep, suspend, resume, stop 39 MB ,19:17 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Multithreading
Topic : Wait() notify() notify all() methods
Content : synchronized block, working of wait, notify and notifyall method 22 MB ,11:54 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Multithreading
Topic : Synchronization
Content : synchronized block and method, isalive method, join method, joining of thread 40 MB ,20:14 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : I/O Streams
Topic : introduction
Content : what is io streams 4 MB ,2:58 MIN , THEORY


32x32

Chapter 3 : I/O Streams
Topic : Byte-oriented streams
Content : types of byte oriented streams 7 MB ,4:23 MIN , THEORY


32x32

Chapter 3 : I/O Streams
Topic : Byte-oriented streams
Content : ByteArrayInputStream , its working and its methods 34 MB ,18:29 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : I/O Streams
Topic : Byte-oriented streams
Content : FileInputStream, FileOutputStream, DatainputStream, DataOutputStream, its methods and working, working with binary files, reading and writting in same file. 53 MB ,24:53 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : I/O Streams
Topic : Byte-oriented streams
Content : BufferedInputStream, BufferedOutputStream, working and methods. 11 MB ,5:2 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : I/O Streams
Topic : Character-oriented streams
Content : bufferedreader, filereader, inputstreamreader, bufferedwritter, filewritter, outputstreamwritter, methods , working 81 MB ,37:29 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : I/O Streams
Topic : Character-oriented streams
Content : chararrayreader, chararraywritter, stringreader, stringwritter, methods and working 32 MB ,15:32 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : I/O Streams
Topic : Random access File
Content : randomaccessfile , constructors , methods and working 17 MB ,8:47 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : I/O Streams
Topic : Serialization
Content : Serialization, DeSerialization, objectoutputstream, objectinputstream 21 MB ,11:0 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : I/O Streams
Topic : File
Content : file class, constructor, methods and working 33 MB ,16:45 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Networking
Topic : Introduction, Socket, Serversocket, Clientâ??Server Communication
Content : introduction to networking, working of tcp and ip, socket class and server socket, example illustrating working of socket, client server architecture 69 MB ,35:15 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Collection Framework
Topic : Introduction, util Package interfaces
Content : Introduction, util Package interfaces explanation 12 MB ,7:22 MIN , THEORY


32x32

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


32x32

Chapter 2 : Collection Framework
Topic : List
Content : working of list and its methods 44 MB ,21:42 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Collection Framework
Topic : set
Content : woking of set and its mehods 31 MB ,14:42 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Collection Framework
Topic : Map
Content : working of map and its methods 48 MB ,20:54 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Inner Classes
Topic : Introduction, Member inner class, Static inner class, Local inner class, Anonymous inner class
Content : working of Introduction, Member inner class, Static inner class, Local inner class, Anonymous inner class 30 MB ,15:3 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Wrapper Classes
Topic : Introduction, Byte, Short, Integer, Long, Float, Double, Character, Boolean classes
Content : Introduction, Byte, Short, Integer, Long, Float, Double, Character, Boolean classes explanation and working 52 MB ,26:16 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Introduction, Components
Content : Detailed explanation about awt and its components, which components are use when. 47 MB ,21:28 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Event-Delegation-Model
Content : explanation of delegation event model, whats source and what is event. 24 MB ,11:58 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Listeners
Content : types of listener, adapter classes 38 MB ,16:44 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Layout
Content : BorderLayout, FlowLayout, GridLayout, CardLayout 51 MB ,22:34 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : individual components Label, Button, CheckBox, Radio Button, Choice, List
Content : Label, Button, CheckBox, Radio Button, checkboxgroup , Choice, List, and its listeners, mouselistener, actionlistener, itemlistener, 78 MB ,30:46 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : menu
Content : menu, menubar, menuitem, and its listener 21 MB ,8:57 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Text Field, Text Area
Content : Text Field, Text Area and its listeners , validating textfields 36 MB ,15:11 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