Jump to content

I need a short Java reference.

Go to solution Solved by as96,

Ok I think I've found what I needed: http://www.25hoursaday.com/CsharpVsJava.html

I'm switching to Java since the project I want to do is better off with Java, now I know C, C++ and C# so I couldn't care less about a detailed guide I just need a decent reference possibly short with just the basics so I can move on and use LibGDX and if needed look up the things I need when I actually need them.

Link to comment
https://linustechtips.com/topic/477870-i-need-a-short-java-reference/
Share on other sites

Link to post
Share on other sites

If you know C# you shouldn't have any trouble with Java once you know how to compile it, apart from language features like lync they're very similar. Just find a hello world tutorial that gets you compiling with javac and you're good. If you want an IDE go for IntelliJ.

Link to post
Share on other sites

If you know C# you shouldn't have any trouble with Java once you know how to compile it, apart from language features like lync they're very similar. Just find a hello world tutorial that gets you compiling with javac and you're good. If you want an IDE go for IntelliJ.

Yes but the syntax is different I can't go completely blind.

Link to post
Share on other sites

I'm not sure if you already know about this or not:

http://docs.oracle.com/javase/tutorial/

 

They're not short, they're pretty detailed, but they're compartmentalized, so you should be able to find what you're looking for relatively quickly. Especially if you search for what you're looking for on Google (all your searches should start with the tag

site:http://docs.oracle.com/javase/tutorial/
Link to post
Share on other sites

Ok I think I've found what I needed: http://www.25hoursaday.com/CsharpVsJava.html

Mark the thread as "solved" by clicking the button on the post that answered the question. In this case, your own post. 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×