View Full Version : Learning Java
I am learning Java a the moment.:bounce: How long has it taken for you to learn? Has anyone learnt it in less than a month?
kirupa
04-18-2007, 01:21 PM
Is Java the first object oriented language you are learning?
Templarian
04-18-2007, 02:52 PM
I am learning Java a the moment.:bounce: How long has it taken for you to learn? Has anyone learnt it in less than a month?
You never learn a language you just understand it more. But yea if you know C++ really really well and openGL ect, you will find a lot of similarities. But, it is doubtful you will learn everything you will want to know in month.
blazes
04-18-2007, 07:46 PM
Just wondering as someone who has never looked into the possiblities of java, what are the advantages of using it versus something else to make web apps. Say php or even flash?
Flashthinker
04-20-2007, 07:19 AM
Just wondering as someone who has never looked into the possiblities of java, what are the advantages of using it versus something else to make web apps. Say php or even flash?
PHP doesn't make web apps, it's a server-side script.
As for the advantages of Java over Flash, here's a list of pros and cons:
Java vs Flash:
Pros (Java):
- Java is much faster than flash... Even with AS3
- It can also act as a good desktop application (LimeWire is made in Java)
- It has 3D support
- Some hardware acceleration
Cons (Java):
- It is heavier than Flash (The download filesize of Java Runtime is approximately 14MB... Whereas Flash Player is less than 2MB)
- Java applets have display issues
- It's harder to work with graphics in Java and it doesn't have shape anti-aliasing as default like in Flash.
- Java is less popular than Flash on the net.
blazes
04-20-2007, 04:51 PM
Sweet thanks. And I was refering to php as a combination of php/html/css/javascript to create an online application.
Templarian
04-21-2007, 12:41 AM
Sweet thanks. And I was refering to php as a combination of php/html/css/javascript to create an online application.
Java doesn't do server-side(in the way hes speaking (hes talking about client based)) so PHP is still needed for backend.
Krilnon
04-21-2007, 03:02 PM
Java doesn't do server-side(in the way hes speaking (hes talking about client based)) so PHP is still needed for backend.
Isn't it kind of obvious that client-side Java isn't server-side Java?
It would be easy enough to have a JSP/HTML/CSS/JavaScript application, assuming that the host machine was running a JSP server.
Jeff Wheeler
04-21-2007, 03:46 PM
Nah, JSP is a lot more complex than PHP and the like. Unless you want hundreds of XML-configs, I warn you to beware.
Krilnon
04-21-2007, 04:05 PM
Alright, some people would find it easy enough to write it with JSP, other would find it hard. It would be possible either away assuming the JSP-prerequisite is still fulfilled. :P
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.