Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am wondering is there something like a little guide or tutorial for a programmer who has experience in delphi and wants to learn java? Like a syntax guide etc
I've been using delphi since I was about 13 years old as it was taught in high school. I am now 19. I have become very fond of delphi and how simple it is :)
Also if anyone has any good links for netbeans tutorials for beginners I would appreciate them as well :)
You can just google "java delphi comparison" and it will turn up a lot of helpful pages. I couldn't find the document I remember from seven or eight years ago, but here are a few directly on topic:
http://www.sheetudeep.com/res/javadev/ch5.htm
http://www.scribd.com/doc/51732218/Comparing-OO-Features-of-Delphi-C-C-Java
http://delphi.about.com/gi/o.htm?zi=1/XJ&zTi=1&sdn=delphi&cdn=compute&tm=18&f=10&su=p284.9.336.ip_p504.1.336.ip_&tt=2&bt=1&bts=0&zu=http%3A//www.marcocantu.com/papers/ooplang.htm
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I want to start making apps for android in Eclipse, and I have bought a book which will teach me about Java 2 (J2SE 5.0) from Ivor Horton. Will this knowledge of Java be good for Android apps, or is it completely outdated?
No version of Java is truly 'outdated' in the sense I think you mean. There has since been a great deal of extra functionality added to the language, but not removed.
So you may not learn about some things that are now possible with the language, but nothing you learn is likely to have gone out of date except some smalls exception with regards to Java applets (which are not really relevant in Android development anyway).
Android is now capable of handling Java 7 code, so it probably wouldn't be worth learning the in-and-outs of Java 8 if your learning it specifically for Android development.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to learn java by myself but I don't know the programming language. I am new to programming but I like to do.
So could you please guide me for learning Java
What software require to install it?
please attach the learning web site link for basics.
please also attach the sample examples links.
Thank You
I would recommend looking at Thinking in Java. It gives you an overview of OO as well which is essential for programming well in Java. I would also look at the tutorials from Oracle.
As to what you might need to actually write java, I'd start with a text editor and manually compile and deploy applications. This gives you a good understanding of it. After that I'd look for an IDE such as Eclipse.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am working with Java at my current day job. When I learned programming, I learned C++, but haven't touched it (or had to) since 2002. I don't even remember how to do the simplest of things.
Lately, my work has been expressing a need for a C++ application built for windows.
I am looking for books/articles/blog-posts (resources) that:
teach the basics of C++?
for n00bz?
for someone who's already been programming?
teach the differences between C++ and Java?
teach the basics of the Visual .* platform?
teach the specificities of building with Visual Studio?
Why ask the question?
This question was brought on by the fact that my first program is 5 lines of C++ (sourced from documentation with a dependency on a DLL.) It's quite intimidating to figure out how to build it in the way I'd like to.
That being said, there are many elements in the snippet that I don't understand.
I definitely see that the original need is small, but I'd like to get some background on the platform/subject before I embark on even some simpler development (like the snippet) in the future.
Thanks in advance.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
What does Oracle's lawsuit against Google mean to Android developers? I know this is not a programming related question, but I can't think of another forum where I can ask this.
Technically speaking Oracle is going out on a limb with this one. Android isn't actually Java, it's a Java -> Dalvik converter. No one has won a lawsuit against converters, although no one to my knowledge has tried. You'd be best to follow things on TechCrunch or some other nearly technologically related press-like site.
It doesn't mean much. If Oracle wins, Google will pay damages and/or license the patents in question. Android isn't going to stop shipping.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
What does Oracle's lawsuit against Google mean to Android developers? I know this is not a programming related question, but I can't think of another forum where I can ask this.
Technically speaking Oracle is going out on a limb with this one. Android isn't actually Java, it's a Java -> Dalvik converter. No one has won a lawsuit against converters, although no one to my knowledge has tried. You'd be best to follow things on TechCrunch or some other nearly technologically related press-like site.
It doesn't mean much. If Oracle wins, Google will pay damages and/or license the patents in question. Android isn't going to stop shipping.