Posts

Java Subject : Unit - 1 CSE - B

Image
  OOPs (Object Oriented Programming System) Introduction to Java   C Lan is basic programming language C++ is a Procedural Oriented programming language   Java  is a high-level, object-oriented programming language. James Gosling developed at Sun Microsystems in 1995.                           In 2009, Oracle Corporation acquired it.   Key Features of Java 1.      Platform Independent: Java is famous for its  Write Once, Run Anywhere (WORA) feature . 2.      Object-Oriented : Java follows the object-oriented programming. This makes code clean and reusable. 3.      Multithreading : Java programs can do many things at the same time using multiple threads.   Java is a collection of Objects and classes. Object Object  means a real word...