CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2016
    Posts
    1

    Looking for core JAVA exercises

    Hello,
    Does anybody know the on-line site with core JAVA good exercises?

  2. #2
    Join Date
    Aug 2016
    Posts
    23

    Re: Looking for core JAVA exercises

    I recommend reading the Sun's tutorials for improving your coding skills in all areas of programming. Coding Bat site is providing some good exercises for beginners. Project Euler is another good site but this site provides advanced exercises for java.
    Claire

  3. #3
    Join Date
    Sep 2016
    Location
    Bhopal , Madhya pradesh
    Posts
    15

    Re: Looking for core JAVA exercises

    You may prefer this site to learn :
    java67
    worldbestlearningcenter

  4. #4
    Join Date
    Sep 2016
    Location
    mumbai
    Posts
    10

    Re: Looking for core JAVA exercises

    For learning java from basic to advance java tutioral is best

  5. #5
    Join Date
    Sep 2016
    Posts
    3

    Re: Looking for core JAVA exercises

    Stat with basics to advanced concepts, JavaTpoint is the right platform for Java learner.


    Java Training in Jaipur

  6. #6
    Join Date
    Nov 2018
    Posts
    2

    Re: Looking for core JAVA exercises

    Here are the programs which you should create for Core Java

    1. Java pyramid patterns , create as many pattern as possible

    https://qawithexperts.com/article/ja...explanation/70

    2. Once you have control over Loops go for Switch case
    https://www.w3schools.in/java-tutori...making/switch/

    3. After learning these learn bitwise operators.

    4. Try Java arrays 2/3 dimensional arrays.

    5. Now go for Java String class which is important one
    https://www.w3schools.in/java-tutorial/strings/

    Once you have good grasp over these topics, you can go in Advance things like Classes, Objects, OOP concepts in Java etc.

  7. #7
    Join Date
    Dec 2018
    Posts
    8

    Re: Looking for core JAVA exercises

    I recommend reading the indiabix tutorials for improving your coding skills in all areas of programming. This site is providing some good exercises for beginners. Project Euler is another good site but this site provides advanced exercises for java.
    Last edited by kadammanali987; December 18th, 2018 at 06:09 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured