Jump to content

Java Guidance

Hey peeps could anyone guide me to a good and quick learning matterial for my java project. I struggli with Java and I need to develop a console application in java, I have 2 weeks to do this and non of my Lecturers are available anymore, I would appriciate if someone could guide to to some good video lecture of good reading material so I could understand how to do this project.

 

 

5133COMP CW REF-converted.docx

Link to comment
Share on other sites

Link to post
Share on other sites

at a guess you will need:

 

1. search and sorting algorthims (https://stackabuse.com/sorting-algorithms-in-java/)

2. error handling (for filename input errors) https://www.javatpoint.com/exception-handling-in-java

3. possible database connections, maybe look into sqllite, as a means of store and searching the data, as a more efficient means to read and search the data. https://www.javatpoint.com/java-sqlite

4. classes and class design https://books.trinket.io/thinkjava2/chapter11.html / https://www.developer.com/java/data/principles-of-java-class-design.html

 

Genreal Java tips can usually be found on youtube, however I used to use the https://www.youtube.com/user/thenewboston/

rembmer to take advantage of Java being OO taking into account A.P.I.E  (https://raygun.com/blog/oop-concepts-java/)

 

5. UML -

Eclipse debug mode:

 

one thing if your are running into random errors, check variable spelling and the previous line for a missing semi colon.

 

Good Luck, hope that helps

 

Link to comment
Share on other sites

Link to post
Share on other sites

codecademy.com should still have their java class. Do the whole free one & you should be a master in the basics of Java in just a few hours or so.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×