R4R Videos

Tokens in Java

Core Java Basics(English)

Tokens in Java,Keywords,Identifiers, Literals/Constants,Operators,Separators.

Simple Program of Java

Core Java Basics(English)

Simple Program of Java,Compile.run

Common Misconception about Java

Core Java Basics(English)

Common Misconception about Java Using the Command Line Tools

Difference between Java and C/C++

Core Java Basics(English)

Difference between Java and C/C++ Difference between Java and C Difference between Java and C++

Why Java is not Pure Object Oriented Language

Core Java Basics(English)

Why Java is not Pure Object Oriented Language Where and why Java is used

Features of Java

Core Java Basics(Hindi)

Features of Java,Basics of Java Technology,Importance of Java Technology,Editions of Java Technology,Development of Java Program,Class Path,Java API,Fundamental Programming Structures in Java,Compilation of a program

List of European Union countries

General Knowledge(Hindi)

General Knowledge---European Union History. List of European Union countries

Servlet Basics Concepts-3

Servlet Basics(English)

First Servlet Program :- In order to compile a servlet, jar file containing servlet API classes and interfaces need to be available in the classpath.

Servlet Basics Concepts-2

Servlet Basics(English)

Life Cycle Method of servlet:- init() service() destroy() Non Life Cycle Method of Servlet Interface getServletConfig() getServletInfo()

Servlet Basics Concepts-1

Servlet Basics(English)

Introduction to Servlet:-A servlet is a server side programming language .A servlet is a technology provided by Sun Microsystem which facilitate dynammic web applications in java.A software developer may use a servlet to add dynamic content to a Web server using the Java platform. Servlets are protocol and platform independent server-side software components, written in Java.

Hibernte Basics Concepts-1

Hibernate Basics(English)

Hibernate is a java package that makes it easy to work with relational database. Hibernate is an object-relational mapping (ORM) library for the Java language, providing a framework for mapping an object-oriented domain model to a traditional relational database.

Spring Basics Concepts-2

Spring Basics(English)

Need of the Spring? Spring having much of demand because of the following 3 reasons as 1.Simplicity: Spring framework is simple because as it is non-invasive, POJO and POJI model. 2.Testability: Writing the spring application, server [Container] is not mandatory, spring has it own container to run the applications. 3.Loose Coupling: In spring objects are loosely coupled, this is the core concept of spring framework.

Spring Basics Concepts-1

Spring Basics(English)

Introduction to Spring Framework,Spring framework is an open source Java platform and it was initially written by Rod Johnson and was first released under the Apache 2.0 license in June 2003

JSP Basics Concepts-1

JSP Basics(Hindi)

Java Server Pages(JSP) Intro,Why JSP?,Advantage of JSP,Compatibility of JSP with ASP , ASP.net ,and Servlet.

Core Java,Java virtual machine (JVM),Java is a programming language.

Core Java Basics(Hindi)

Core Java,Java virtual machine (JVM),Java is a programming language developed by James Gosling from Sun Microsystems in 1991.