Tuesday, February 16, 2021

Difference between Java & JavaScript with some hints

👍   Differences between Java and JavaScript    

Java language                             JavaScript


                   Complier based language.                                             *    Interpreter based language.
                
                *     Multithreaded.                                                               *    Single threaded.

                *     Statically typed.                                                             *    Dynamically typed.

                *    Creates application that runs on VM or                          *    Runs in the browser.
                      browser.           

                *     OOP language.                                                               *    OOP scripting language.

                *    Mainly used for back-end.                                              *    Mainly used for the front-end.

                *    Requires Java development kit(JDK)                             *    Can be written in any text                                                                                                                             editors.

                *    For various apps.                                                             *    For web apps Mainly.

                *    Allows better security.                                                     *    Need for effort to enhance                                                                                                                             security.

                *    Server side language.                                                       *    Server and client side                                                                                                                                  language.

👍  Hints in Java and JavaScript  


            *        JavaScript is a powerful and flexible programming language that is implemented                                      consistently by various web browsers. JS provides interactivity between web pages in                              an application.




               *        Why java is unique compared to other programming languages?

                               Simple
                               Robust
                               Platform in-dependence
                               Portable
                               Secure
                               Architecture neutral



                         

No comments:

Post a Comment

Monolithic vs Microservices

👉     Monolithic Architecture. *     Monolithic architecture was there before Microservices came into action.  *     All functionalities or...