top of page

Grow Your Technical Skill

Welcome visitors to your site with a short, engaging introduction. 

Double click to edit and add your own text.

Basic Programming Questions

Difference between C and C++

​

​

​

 

 

 

 

 

 

 

Differences Between C++ Vs Java

3) What are the features of Java Programming Language?

There are the following features in Java Programming Language.

  • Simple: Java is easy to learn. The syntax of Java is based on C++ which makes easier to write the program in it.

  • Object-Oriented: Java follows the object-oriented paradigm which allows us to maintain our code as the combination of different type of objects that incorporates both data and behavior.

  • Portable: Java supports read-once-write-anywhere approach. We can execute the Java 81943 program on every machine. Java program (java) is converted to byte code (.class) which can be easily run on every machine.

  • Platform Independent: Java is a platform independent programming language. It is different from other programming languages like C and C++ which needs a platform tobe executed. Java comes with its platform on which its code is executed. Java doesn't depend upon the operating system to be executed.

  • Secured: Java is secured because it doesn't use explicit pointers. Java also provides the concept of Byte Code and Exception handling which makes it more secured.

  • Robust: Java is a strong programming language as it uses strong memory management. The concepts like Automatic garbage collection, Exception handling, etc. make it more robust.

  • Architecture Neutral: Java is architectural neutral as it is not dependent on the architecture. In C, the size of data types may vary according to the architecture (32 bitor 64 bit) which doesn't exist in Java.

  • Interpreted: Java uses the Just-in-time (JIT) interpreter along with the compiler for the program execution.

  • High Performance: Java is faster than other traditional interpreted programming languages because Java byte code is "close" to native code. It is still a little bit slower than a compiled language (e.g., C++).

  • Multithreaded: We can write Java programs that deal with many tasks at once by defining multiple threads. The main advantage of multi-threading is that it doesn't occupy memory.for each thread. It shares a common memory area. Threads are important for multi-media, Web applications, etc.

  • Distributed: Java is distributed because it facilitates users to create distributed applications in Java. RMI and EJB are used for creating distributed applications. This feature of Java makes us able to access files by calling the methods from any machine on the internet.

  • Dynamic: Java is a dynamic language. It supports dynamic loading of classes. It means classes are loaded on demand. It also supports functions from its native languages, i.e., C and C++.

Simone Woodsjfklsdfjklsdfj

Nicole Yang

Calvin Smith

Suzanne Levis

bottom of page