Lecture 1 - First Program in Java
Java is a high-level, versatile, and widely used programming language. It was developed by Sun Microsystems (now owned by Oracle Corporation) and first released in 1995. Java is known for its platform independence, which means that programs written in Java can run on various computer systems without modification, as long as there is a compatible Java Virtual Machine (JVM) available for that system. IMPORTANT : 👉No programming experience is required for this tutorial but if you have some programming experience in some other programming languages then obviously it will be beneficial. 👉It is strongly recommended to watch the youtube channel for better understanding of the topics/concepts discussed through out in this tutorial. Key characteristics and features of Java include: Object-Oriented : Java is primarily an object-oriented programming (OOP) language, which means it emphasizes the use of classes and objects to model and solve real-world problems....