Introduction about java

                                                   


                           👉INTRODUTION TO JAVA👈

JAVA - Just Another Virtual Accelerator.


JAVA is a a object oriented language. 

The creator of JAVA is " Resp. JAMES GOSLING "  in the company  " Sun microsystem " in the year " 1991 " .

__________________________________________________________________________

👀CHARACTERISTICS OF JAVA:

  • Simple
  • Object
  • Distributed
  • Interpreted
  • Robust
  • Safe and secure
  • Architecture Neutral
  • portable
  • High performance
  • Multithreaded
  • Dynamic
___________________________________________________________________________________

Difference between C language and JAVA language.👈

C and Java are both widely used programming languages with different strengths and weaknesses. The main differences between them are: 
  • Language type: C is a procedural language, while Java is object-oriented programming language . 
  • Memory management: C requires manual memory management, while Java uses automatic memory management. 
  • Platform dependency: C code is platform-dependent, while Java code runs on the Java Virtual Machine (JVM) and is hardware independent. 
  • Approach: C language follows a top-down approach, while Java language follows a bottom-up approach. 
  • Syntax: C's syntax is close to machine language and can be difficult to read and write, while Java's syntax is closer to English and is designed to be easier to read and write. 
  • Security: C has no built-in security mechanisms, while Java has built-in security mechanisms. 
  • Standard library: C has a limited standard library, while Java has a large standard library. 
  • Applications: C is commonly used for low-level embedded systems, while Java is used for building multi-platform applications and enterprise-grade software. 









Comments

Popular Posts