Is there similar between C++ and java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there similar between C++ and java?

19th May 2017, 8:12 AM
anil thapa
anil thapa - avatar
7 Answers
0
code style ? yes. implementations ? no.
19th May 2017, 8:14 AM
DarkSpy
0
They are both middle-level programming languages, where you can implement high and low levels of abstraction in them.
19th May 2017, 10:30 AM
Testing002
0
@Testing002,r u kidding me ?java is mid level programming language? dont u know what is middle level...
19th May 2017, 11:45 AM
DarkSpy
0
Middle level is everything that allows raw bit manipulation and implementation of abstract concepts(in classes). So certainly Java and C++ are mid-level.
19th May 2017, 11:56 AM
Testing002
0
@Testing002 nar... not enough, mid level was not only raw bit manipulations but also register control and cpu control by inline asm code. java uses vm, just like condom , you cant feel real shxt in that progress...as your said that Python and Ruby can manipulate raw bit by some library, are those languages mid level ?
19th May 2017, 2:41 PM
DarkSpy
0
I thought java had a way to compile asm code. Good point. My bad.
19th May 2017, 2:43 PM
Testing002
0
@Testing002 java cant compile to any OS native code, it just compile code into "JAVA own" native code. so it cant do nothing about OS level thing.
20th May 2017, 8:58 AM
DarkSpy