Javascript

Different between C,C++ vs Java

C,C++

  • C, C++ has pointers.
  • It has destructor

Java

  • Java has no pointers
  • It has no destructor
  • It has Automatic Garbage Collection

Pointers

  • It is point out to location
  • It is easy to hacking. so it is not secured.

Garbage Collection

  • Automatically destroyed in objects.

Javascript

  • Javascript is a client side scripting language
  • It is used interpreter
  • It is used for validation purpose

Protocol

  • Set of rules

What are the java frameworks?

  • Spring
  • Spring Boot
  • Hibernate

J1SE —> Core Java

J2EE —–> Java 2 Enterprise Edition

Server Client Architecture

Full Stack Development

Leave a comment