| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Head First Java: One of the best Java book for beginners.
Core Java Volume 1: Covers both basics and advanced topics in Java, Highly recommened for those who are already familiar with Java.
The Complete Java Reference: Another great book covering basics of Java in crisp and concise manner.
Oracle Docs: Best resource for learning Java, all you have to learn is how to search the docs :P. Recommend for advanced users.
Java TPoint: Great online resource for learning Java concepts.
Bucky Roberts Video Series: Great youtube playlist to learn java in a fun manner.
Java is an object oriented, class-based, concurrent, secured programming language.
Initiators: James Gosling, Mike Sheridan, and Patrick Naughton
Features of java:
Command to set temporary path in cmd
Compilation:
Compile time
Runtime
JDK
JRE
JVM
Can run anything compiled to bytecode. It is a virtual machine.
JVM is system dependent.
Functions of JVM Loads code Verifies code Executes code Provides runtime environment
therefore used to convert and run bytecode line by line. bytecode -> machine code -> run that line
JIT
Classes and Objects
| Back | FazBrowse Home | New Git URL |