Login Register






Poll: How you think about Java?
You do not have permission to vote in this poll.
Powerfull
16.67%
5 16.67%
Good
40.00%
12 40.00%
Bad
43.33%
13 43.33%
Total 30 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average


Why people think Java is bad and old language? filter_list
Author
Message
RE: Why people think Java is bad and old language? #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]
Email: insidious@protonmail.ch

Reply





Messages In This Thread
RE: Why people think Java is bad and old language? - by insidious - 03-03-2017, 05:16 AM



Users browsing this thread: 1 Guest(s)