Learn About Java Technology
Java is a programming language originally developed by James Gosling at Sun Microsystems (which is now a subsidiary of Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architectureTo date, the Java platform has attracted more than 6.5 million software developers. It's used in every major industry segment and has a presence in a wide range of devices, computers, and networks.
Java technology's versatility, efficiency, platform portability, and security make it the ideal technology for network computing. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere!
JAVA TUTORIALS
Java Beginner Video 1- What is Java?
Java Beginner Video 2 - JDK Download and Install
Java Beginner Vedio 3 - My First Java Application
Java Beginner Video 4 - Variables, Data Types, Assignment
Java Beginner Video 5 - Decision Making, if, switch statements
Java Beginner Video 6 - Loops (for, while, do...while)
Java Beginner video 7 - Arrays
Java Beginner 8 - Classes, Objects