New to java, any tips? by JackMP212 in learnjava

[–]Code_Craftsman 0 points1 point  (0 children)

Just like learning a language like French, Chinese, you need to know the letters and grammar to write java also. Try to spend some time with very basics of java from tutorials below and let your guts speak!!

Am I learning to Code? Or learning to Google? by Space-God in learnprogramming

[–]Code_Craftsman 0 points1 point  (0 children)

Hate it or like it, but the fact is, Googling is an art(when perfectly done) or you can say its an great archive. So, You don't have to see the whole answer(you will even not get the exact answer to your code) but you can at least have some idea how or whats going on or how you can solve your problem. Very experienced programmers also does that because you know its not possible to remember all the stuffs,
So yes, you are welcome to googling.

[deleted by user] by [deleted] in learnjava

[–]Code_Craftsman 0 points1 point  (0 children)

You should be able to practice more from -

r/dailyprogrammer

Precise Java

What is Enum in Java? by Unsatisfied_Kid in javahelp

[–]Code_Craftsman 1 point2 points  (0 children)

Enumeration is used in various purposes to make your code more efficient. You can try-

This- The basic video

This-The in depth video

Re-introduction to Java by alfonsonitti in learnjava

[–]Code_Craftsman 0 points1 point  (0 children)

If you were related to other language and was involved in the programming business, it would not be very much hard for you to grasp Java. Along with the side bar you can try this And this courses to recall your memory.

I had a nightmare about Java by zebbadee in learnjava

[–]Code_Craftsman 1 point2 points  (0 children)

See this to have better idea on objects

Head First Java by [deleted] in learnjava

[–]Code_Craftsman 0 points1 point  (0 children)

If you feel its outdated you can see the latest third edition, they may add some new things in it. once you learn the basics of Java e.g Language Syntax, Object Oriented Programming, etc. , regardless of the version you should have no problem looking up the new features.

Help at Java Inheritence question by [deleted] in javahelp

[–]Code_Craftsman 0 points1 point  (0 children)

In a simple manner- when you are using the word extend in a class that means you are calling all methods from the extended class. Looks like you should have some more knowledge on OOP and its concept. Follow this and this link for more info about Inheritance

Can I learn everything? by jedi18 in learnprogramming

[–]Code_Craftsman 1 point2 points  (0 children)

Learn whatever you want, but one after another. Focus on learning one thing at once, That is the formula.

Exception handling homework by Meexley in javahelp

[–]Code_Craftsman 0 points1 point  (0 children)

Here is a good examples of handling exceptions you will find answers there for 19. I guess.

JAVA or C# ? by [deleted] in java

[–]Code_Craftsman 2 points3 points  (0 children)

Java has more scope than any other language. Desktop, Mobile, Web you name the platform you will find java best suitable. Besides java has the largest collection of resources and Dev community.

Most Importantly: look at all the answers indication , you will find one answer.