JAVA : need to learn it ASAP
-
hey guys I need to learn java asap I am studying java from this link : http://download.oracle.com/javase/tutorial/ everything given over here is theoretical. I am facing problems in grasping the concepts. Can u suggest me some programs or small projects that will make me learn the language efficiently. Thanks in advance
-
hey guys I need to learn java asap I am studying java from this link : http://download.oracle.com/javase/tutorial/ everything given over here is theoretical. I am facing problems in grasping the concepts. Can u suggest me some programs or small projects that will make me learn the language efficiently. Thanks in advance
Do you have any programming experience? If so take a small project you've done once and port it in Java. What are you actually going to do? Java is a huge language and there are many areas. Start off by learning the core system - Standard Edition - as anything you learn there is portable to most of the other areas. Do you understand OO? The early parts of the Java tutorials are theoretical because they need to be. As well as giving you the language, they are teaching you the theory and there is a lot of theory to take on board. At the end of the day, if you do choose to go through the Java tutorials, you will get a very good knowledge of the language and it is free. Alternatively, you could buy one of the myriad books on the language.
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
Do you have any programming experience? If so take a small project you've done once and port it in Java. What are you actually going to do? Java is a huge language and there are many areas. Start off by learning the core system - Standard Edition - as anything you learn there is portable to most of the other areas. Do you understand OO? The early parts of the Java tutorials are theoretical because they need to be. As well as giving you the language, they are teaching you the theory and there is a lot of theory to take on board. At the end of the day, if you do choose to go through the Java tutorials, you will get a very good knowledge of the language and it is free. Alternatively, you could buy one of the myriad books on the language.
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
hi...yes i have done C++, c# and asp.net before.....i am finding difficulty in theory because we tend to forget when we move forward without making any programs...i have done basics but finding difficulty since interfacing part...please help
If you've done
C#
then most ofJava
should be straight forward. By interfacing do you mean the concept of design to anInterface
? UnlikeC++
,Java
only supports single-inheritance and interfaces allow a way around that. AnInterface
is used to define the capabilities of the class, not the function.
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett