how much is java difficult?
-
i am new in programming, i want to know ,how is java, is it very difficult than c# & C++?what is her ranking..how much is it difficult? , what is client side language & databases for java? & what is her technology like asp.net for c# for web based ? thanking you
-
i am new in programming, i want to know ,how is java, is it very difficult than c# & C++?what is her ranking..how much is it difficult? , what is client side language & databases for java? & what is her technology like asp.net for c# for web based ? thanking you
If you are familiar with C and C++ and understand "objects", it is no more difficult than C++, maybe a bit easier. I suggest you go to "http://java.sun.com" and see the wealth of information available.
AF Pilot
-
If you are familiar with C and C++ and understand "objects", it is no more difficult than C++, maybe a bit easier. I suggest you go to "http://java.sun.com" and see the wealth of information available.
AF Pilot
java is very difficult means complex to implemnet. to stwick from c++ lanuage to java many diffculties. in c++ inteface are easy to implemnet but in java diffcutl to select your layout
-
java is very difficult means complex to implemnet. to stwick from c++ lanuage to java many diffculties. in c++ inteface are easy to implemnet but in java diffcutl to select your layout
You're entitled to your opinion. Maybe it's just me, but I found Java much easier than C++. If you read the book "Core Java, Vol I (or Vol II)" I think it is explained better than any other software language book I've ever read.
AF Pilot
-
You're entitled to your opinion. Maybe it's just me, but I found Java much easier than C++. If you read the book "Core Java, Vol I (or Vol II)" I think it is explained better than any other software language book I've ever read.
AF Pilot
event handling in JAVA graphics using JAVA swing, AWT
-
event handling in JAVA graphics using JAVA swing, AWT
-
java is very difficult means complex to implemnet. to stwick from c++ lanuage to java many diffculties. in c++ inteface are easy to implemnet but in java diffcutl to select your layout
If you have trouble moving from C++ to Java, then you didn't use C++ correctly. If you are learning either one for the first time, Java is about 2x easier. Very recent Java has introduced generics, which is a massive headache. But guess what? C++ already had them, and they aren't any easier there. And "to select your layout"? If you are talking about GUI design, that depends entirely on what you are doing and what tools you are using. If you are using Eclipse, you may have trouble designing GUIs. NetBeans IDE does them every bit as easily as MS Visual Studio does C++ GUIs. Personally, using SpringLayout, I can code GUIs by hand in Java and they are a lot simpler to read.
Don't let my name fool you. That's my job.