RE: Why people think Java is bad and old language? 03-03-2017, 05:16 AM
#50
(03-03-2017, 04:14 AM)Eclip$e Wrote:(01-31-2017, 09:33 AM)BORW3 Wrote:(01-30-2017, 08:18 PM)Zenith Wrote: Idk how I need to explain this but here you go
I'll take the "hello world" statement. First from c++, then Java.
C++
Code:#include <iostream>
int main() {
std::cout << "Hello World!" << std::endl;
std::cin.get();
return 0;
}
Java:
Code:public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}
Idk how to say it other than. Java looks like it has so much that you just don't need.
I don't think you have ever used pointers and multiple files to code in c++ using extern variables and classes. When you get their you will find c++ a little stupid compared to Java.
In my mind java and c++ are equal.
they are different in many ways but the same in a lot as well.(such as syntax)
They both have unique qualities that the other cant do.
You have to pick the right lang for the right job.
Err
Well I wouldn't say they are equal by any means; though they definitely have their own strengths.
It's almost like comparing apples and oranges but not quite. Java is fundamentally different since it runs on a VM. C++ does not.
![[Image: pBD38Xq.png]](http://i.imgur.com/pBD38Xq.png)
Email: insidious@protonmail.ch