I was just wondering, where do I actually start programming java? I have a book but I am too lazy to read it,do you have any online resources or good online resources, may knowledge about java is not that quite huge, right now I know set and get, return and other stuff that is java related , but I don't have idea about UIS yet since I am studying the basics any idea . or exercises , good/great online resource that lead me straight to the topic, since in the book, there are alot of useless stuff.
If you want to get a job doing Microsoft platform development then go for CSharp. Rumour is that in a future version of Windows, Microsoft will pull the plug on non CLR applications.
Name:
Anonymous2011-05-10 3:13
>Microsoft will pull the plug on non CLR applications.
The YEAR OF LINUX ON THE DESKTOP
They're basically both VM languages that only differ in the way they've been designed: C# will give you Herpes (syntax is closer to C has a well developed open source compiler), Java will give you AIDS (any third party compiler/VMs are copyright infringement, Haskell looks closer to C than Java does)
If you want to get a feel for programming you should look up simple programs written in BASIC and duplicate/emulate/edit them.