write any two keywords used in java but not used in c++
Answers
Answered by
1
Java does not use the keywords const or goto (though they are in fact keywords). Java has no default return type for methods (and, in fact, modern C++ compilers will warn you if you do not explicitly supply a return type for a function). Resolution of a call to an overloaded method is very different from that in C++
Mark it as brainliest if it helped you ....
Answered by
0
Answer:
byte, extends, final, finally, implements, import, interface, native, package, super, synchronized, transient
Explanation:
Java does not support header files like C++. Java uses the import keyword to include different classes and methods.
Similar questions