Why Java is so hard? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why Java is so hard?

Well I think Java so hard and I cant understand the class concept.

16th Aug 2017, 8:10 PM
Chocolatte
Chocolatte - avatar
9 Answers
+ 3
easy things aren't great. great things aren't easy. generally speaking this. today I know 22+ programming languages. but C was the first one. now let me share my C language experience with you. when lectures were going on in class, teachers were speaking like anything and I wasn't getting anything of it. then I read one nice book of C 17 times in a row. first or 2nd time, I was like what is it all? panicked.. then on 5th 6th attempt, felt like may be author wants to say something like this... or not... on 10th 11th, I got a little clear clue over what's it all about but with doubt. finally learnt well on 17th reading. today I love C language. I made hardware interfacing projects in it, very handy with computer graphics, I even did mouse programming and even had my own customized cursor at output. now I enjoy C. you will someday enjoy Java too, but you to hit your head with it for awhile... I am sure someday you will love Java, trust me... :)
16th Aug 2017, 8:28 PM
Darshak Mehta
Darshak Mehta - avatar
+ 7
Everything is hard until you start 🌟🌟
19th Aug 2017, 10:45 AM
Iwan
Iwan - avatar
+ 6
So a class is like making your very own "variable" Except you can also make cool Functions and other variables in it. Here is a simple example https://code.sololearn.com/ckJ4tFAA314i/?ref=app
16th Aug 2017, 8:12 PM
Limitless
Limitless - avatar
+ 6
java is very easy to learn. who says that java difficult...
17th Aug 2017, 5:14 AM
meherDev
meherDev - avatar
+ 4
The easiest way to start with Java is to ignore the following: "public static void" "class" "new Scanner(System.in)" "System.out" Learn the things when they are individually TAUGHT in the course. Do not jump right into what static or classes are if you have no idea about anything with Object Oriented Programming. Start small, work your way up, or else you will give up. It looks like you've tried javascript. So, maybe focus on learning what Data-types are. Start with: int, double, and String. All you should know when starting Java, is that the code in the main method is what will run first.
16th Aug 2017, 8:42 PM
Rrestoring faith
Rrestoring faith - avatar
+ 1
its not hard u only need to pratise Every day
16th Aug 2017, 9:30 PM
Carlos Castro
Carlos Castro - avatar
+ 1
Then... public class java { public static void main(String[] args) { System.out.println("hello") } } Don't you think it weird only to print "hello"?
17th Aug 2017, 3:41 PM
Chocolatte
Chocolatte - avatar
0
In the beginning you see it hard but be patient and keep going it will gonna be easy
16th Aug 2017, 8:46 PM
Abdalghani Omer
Abdalghani Omer - avatar
0
i would like to know now how you are doing with java
8th Dec 2022, 8:02 AM
Travisthenics
Travisthenics - avatar