Simple Project Idea in Java for Beginners

Problem Statement: Make a console based java application which support CRUD (Create, Read, Update, Delete) operations for e-commerce domain. Application should be able to support following features: Any user should be able to sign up, log in and log out. Admin should be able to add, update and delete products. Logged in user should beContinue reading “Simple Project Idea in Java for Beginners”

Java Basic Tutorials

We had conducted a series of three online lectures for those who want to learn Java. These presentation were made for a beginner with no prior knowledge of java. Lectures were supported by online tests and a small project to get hands on knowledge. Please find the presentations that will help in jumpstarting the javaContinue reading “Java Basic Tutorials”