
Learn how a class acts as the body of a java program, using a named class and curly braces to enclose commands that run inside the outer layer.
Learn how to declare the Java program's starting point with public static void main(String[] args) inside a class, and understand public versus private access for sharing information.
Declare a Java variable by specifying its type, naming it, and ending with a semicolon. Store values like X set to 1 to hold data that can change.
Learn how to use basic math operators in Java by assigning numbers to variables, performing addition, subtraction, and multiplication, and printing the results.
Learn how to use if-else statements in Java by evaluating conditions such as X equals 10, not equal to 19, and various comparisons that determine which code runs.
Discover how the for loop combines initialization, condition, and increment to iterate arrays and print values efficiently in Java.
Learn how a method is a reusable area of code declared public static, that performs operations such as addition, returns a value, and is called from main to reuse logic.
Learn how method overloading works in Java by defining multiple add methods with different parameters, returning sums, and clarifying the difference between constructors and method overloading.
1.This course is made to explain java in simple way and explanation are kept point to point
2. In this video more focus is on concept ,and not on the fancy thing which usually not needed or distract
3. simple Microsoft board is used to create environment of classroom ,like old golden days
4. in less time this course will deliver you the key knowledge
5. students can feel always free to contact us through mail and we will clear the doubt in simple way
6. feel free to go through this course ,with not tension about the coverage of basic java ,as we will take care of it
7.this course will have theory lecture of how to learn java,what are the common thing in every program
8. This course is designed to give you the Java skills you need to get a job as a Java developer. By the end of the course, you will understand Java extremely well and be able to build your own Java apps and be productive as a software developer.
Why would you choose to learn Java?
The reality is that there is a lot of computer languages out there. It's in the hundreds. Why would you choose the Java language?
The number one reason is its popularity. According to many official websites that track the popularity of languages, Java is either #1 or in the top 3. Popularity means more companies and their staff are using it, so there are more career opportunities available for you if you are skilled in the language.
The last thing you want to do is pick a language that is not in mainstream use. Java came out in the 1990s and is still very popular today.