difference-java-cpp

Differnce between java and c++

The main significant difference between c++ and java is that, c++ is a platform dependent language which is why is is mostly used for computer applications while java being a platform independent language is used for web based applications designing .

<table style="width:100%">
  <tr>
    <th>Firstname</th>
    <th>Lastname</th> 
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td> 
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td> 
    <td>94</td>
  </tr>
</table>