java Introduction


Welcome to my new blog. Here, I think to write a very important article about the java programming language. Java language is a very important popular programming language for computer science students. Java is used to develop web applications, mobile applications, games, and much more.

Why we use Java programming language

  • Java works on different platforms
Java Features and Benefits

  • Java is an object-oriented language 
  • Platform independent language
  • Memory management
  • Huge Library
  • Multithreaded
  • Strongly Typed
  • Secure by design

Java is pure object-oriented ?? 

    Java is not purely object-oriented because it contains these properties.
      
  • primitive data type   eg-: int, long, bool, float
  • static keyword
  • wrapper class            
                Wrapper class means that it provides the mechanism to convert primitive into object and object into primitive.


Comments