TRENDING NEWS

POPULAR NEWS

Learn Java In 2 Weeks

How can I learn Java in 3-4 weeks?

First, Codeacademy have released a new Java course not long ago. I have not taken that course, but I’ve learned many other things on Codeacademy, and I would recommend it t a beginner.Another great source for learning is Youtube. Channels like “The New Boston” and many others have great playlists of Java and many other languages.The web is full of Java support and teaching sources, you just need to find the one that suits you the best: documentation articles, videos, interactive online environment etc…

Learn Java in 2 weeks?

Like EddieJ said, I think it would be possible to learn a great deal of Java in two weeks, especially if you are working at it for seven or more hours a day during that time.

As for how to learn Java, there are a variety of free tutorials available online, in both text and video-based format, some of which are linked below.

Video-Based Tutorials:

http://thenewboston.org/list.php?cat=31

http://PHPAcademy.org

Text-Based Tutorials:

http://docs.oracle.com/javase/tutorial/

http://www.tutorialspoint.com/java/

Interactive Java Tutorials:

http://www.learnjavaonline.org/

You could also try looking for books at your local library or bookstore, as well as on Amazon.com, where there is a great selection of books to choose from.

http://Amazon.com

Since you're going to be writing lots of Java code, a good website to practice what you're learning is CodingBat.com, which provides free practice exercises, which you can both do and check online.

http://CodingBat.com

Additionally, users can also create accounts to keep track of which exercises they have done and what not.

Project Euler is another website that offers programming and mathematics challenges, though these exercises are intended to be written and figured out outside of a browser and in my opinion, are a bit more challenging, than those offered by CodingBat. (You can type your solution to the exercises into the website to check it, though!)

http://projecteuler.net/

Like with CodingBat, users can create accounts to keep track of which exercises they have done and such, and can do so for free.

One thing to note about learning Java, however, is that it is a high-level programming langauge that is also object oriented, and in some cases, can be pretty complex, so don't get frustrated if you do not understand a concept or get stuck on an exercise! Just keep trying and learning more about the language and you'll eventually get the hang of it!

Best of luck and I hope I helped you!

How can I learn Java in a week?

Hi,You can learn most of the thins of Core Java in a week. For learning Core Java in a week 5–8 per day of learning is needed.If you wish to learn Java in a week then keep your other work aside and learn following tutorials:Master Java In A WeekIntroduction to Java TechnologyJava as a general purpose languageJava CompilerInstalling JDK 8 on Windows 10 and configuring the settingsBest Java Tutorial for BeginnersWhat is Java?Installing JavaInstalling JDK 8 on Windows 10 and configuring the settingssdk structuresObject Orientation:Java Language:Java Virtual Machine:World Wide Web and Java:Java Platforms:Java Tools:Java as a Programming Language:Java as an Object Oriented Language:These tutorials will help you in learning Java in a week.Thanks

How hard is it to learn Java?

You can create an Applet in java and have it on the webpage.

Java...beyond basic programming, is pretty hardcore, it allows you to (relatively easily) implement some pretty complex things, I don't care what any C or assembly programmers say, Java is an OCEAN of modern enterprise class tools, it can do ANYTHING, it allows you to explor things in a few days that would take weeks or months in other lower level languages like C/C++ etc

And you can learn it easily...heres a few things you should check out:

Full courses taught in Java
Stanford - http://www.youtube.com/course?list=EC84A... (java starts at lecture 4...I think)
Berkeley - http://www.youtube.com/playlist?list=PL4... (first 15 lectures mostly java)
UNSW - http://www.youtube.com/playlist?list=PLC...

Short video tutorials for quick HOW-TO's
Beginner - http://thenewboston.org/list.php?cat=31
Intermediate - http://thenewboston.org/list.php?cat=25

James Gosling, the creator of Java speaks his mind.
- http://www.youtube.com/watch?v=9ei-rbULWoA



Google is your friend.

Rock on.

Can I learn java in 20 days?

I am not very sure about what learning actually means to you. If learning Java simply means printing “Hello World” to you, then certainly you can learn Java in 20 days. Else, it is “THE IMPOSSIBLE”… Proficiency in Java comes with time…Still, I would like to share the important topics and resources along with some tricks to learn Java quickly and effectively.Important Concepts of Java:Well, every language is divided into three parts (basic, intermediate, advanced) for learners. For Java, the division is somewhat like this.Beginner Level: OOPS, Nested Class vs Inner Class, Exception and Error Handling, MultithreadingIntermediate Level: Java Foundation Classes (JFC):AWT, Swings, Drag and Drop and Java 2D class libraries, Java Beans, Applet, Servlet, Database Connectivity: JDBC DriversAdvanced Level: Generics, Collection Framework, Networking in Java, MVCResources for Learning Java:The Complete Reference Java, Ninth Edition by Herbert SchildtHead First Java by Bert Bates and Kathy SierraJava Black Book by Dr. R. Nageswara RaoJava Documentation by Oracle (for reference)Once you are through with the first two books, go for the third one and not before that. Don’t go with ppts as ppts will never give you complete knowledge.Tricks to Learn Java:Love Java. Instead of finding its shortcomings, explore the wide scope of Java.Dedicate your valuable time every day for studying Java.Don’t give up any topic if you don’t understand. Read it until you are thorough with it.Practice Java concepts and programs regularly.Go through IIT videos on Java, available in Neptel channel of YouTube to solve your doubts.If you still have doubts, search on Google or post your doubts in Java forums like javaranch or in quora. Thousands of professionals are there to help you out.If you follow the above steps, then whatsoever your capability be, you are certainly going to have a sound knowledge of Java within a month.Once you are confident, go for a project and develop it from scratch without any one’s help.Don’t give up learning. Read every day to find something new in Java every day.No need of training/coaching, trust me, self-study is best study. Once you are thorough with Java, go for OCJP (Oracle Certified Java Professional) Certification…Hope by now, you have figured out how to learn Java fast, but certainly not in 20 days, because “Learn Java in 21 Days” is just a myth…Love Java!!! Live Java!!!

What is the best way to learn Java in few weeks for placement in good company?

You can learn the semantics of a language in few weeks, you can be pretty comfortable with the language but certainly not master of it. So go ahead and buy that Java/Ruby/Javascript/PHP book; you'll probably get some use out of it. But you won't change your life, or your real overall expertise as a programmer in 24 hours, days, or even weeks. How about working hard to continually improve over 24 months? Well, now you're starting to get somewhere...Teach Yourself Programming in Ten Years

How do I learn an Android in 2-3 weeks?

Google launches Android programming course for absolute beginners ,in partnership with Udacity, is making Android development accessible and understandable to everyone .Even if you don’t have any programming experience .You will build your knowledge step by step to become an expert android developer .You only need to make an account so you can have access to all this content .Don’t worry all this course for free :Android Basics: User InterfaceAndroid Basics: User InputAndroid Basics: Multiple App ScreensAndroid Basics: NetworkingAndroid Basics: Data StorageHow to create in AndroidJava Programming BasicsIntro to Java ProgrammingAlso you can apply to the Nanodegree but it’s paid for more :Android Basic Nanodegree by Google | UdacityYou want to take your skills to the next level you can start the advanced coursesDeveloping Android AppsAdvanced Android App DevelopmentGradle for Android and JavaGoogle Location Services on AndroidGoogle Analytics for AndroidMonetize Your Android App with AdsAdd Google Maps to your Android AppAndroid PerformanceMaterial Design for Android DevelopersAndroid Wear DevelopmentAndroid TV and Google Cast DevelopmentAndroid Auto DevelopmentFirebase Essentials For AndroidAdd Google Sign-In to your Android AppsOr the NanodegreeAndroid Developer Nanodegree by Google | UdacityYoutubeAndroid App Development for Beginners Playlist (Thenewboston) A LegendHow to Make Android Apps (Derek Banas) also A legendAndroid DevelopersUseful WebsitesAndroid Training LyndaVogella Java TutorialsCodePath Android CliffnotesAndroid for All | Google DevelopersGoogle Android Developer DocsAndroid API ReferenceGoogle Android Developer Docs: Installing Android StudioGoogle Android Developer Docs: UI Designanddev.org - Android Development ForumAndroid Developers Blog - BlogspotMobiforge - Android Design and DevelopmentDroidDrawDroidDraw - Visual Index to the Android WidgetsThinkAndroid - How to Position Views Properly in LayoutsAndroid Weekly - Free weekly Android development newsletter

TRENDING NEWS