Core Java Tutorial || Core Java Tutorial for Beginners|| Video-1 || OOPS|| By Krishna Sir 2020

Опубликовано: 30 Июнь 2026
на канале: Java code&Decode
212
11

Core Java Tutorial || Core Java Tutorial for Beginners|| Video-1 || OOPS|| By Krishna Sir 2020
-----------------------------------------------------------------------------------------------------------------------------------------------------

Core Java Course Overview
Introduction to Java
• Introduction to computer languages?
• Type of languages, translators?
• Introduction to Internet
• Role of Java in internet programming
History of Java
• Versions of Java (Day-2)
• JDK includes
• Platform Independency
• Structure of Java-application?
• How to create a simple program in Java
• Using JAVAC to compile and run Java program
Features of Java
Basic Concepts for program writing
First java application?
•Why main has public access
•Why main has static modifier
•Why return type is void
•System.out.println() description
over view about
• Comments:
• Package:
• Class
• Interface
• Access specifier
• Variables
• Data types
• Basic type casting
• Main method
• Method
• Constants
• Keywords
•Naming convention of methods and packages
Accepting data from keyboard:
IO Operations
• Scanner class
• Console class
• Cmd line arguments
• Control statements:
• If statement
• Assert statement
• if-else statement
• nested if statement
• Switch statement
• For loop
• For each loop
• While loop
• do-while loop
• break statement
• continue statement
Oops over view
Class &object
Constructors
• Types
• Contractor over loading
• This key word
Java methods
Instance methods
Static methods
Static blocks
Method overloading
Inheritance
Types
• Super, final keyword
• Method overriding
Interface
Abstract class
Exception handling
Wrapper class
String,String Buffer, String Builder,String Tokenizer,
String Joiner
IO STREAMS
Networking
Multi Threading
Collections
Awt,Swing