I am a novice programmer in Java.
I would like to know how important is it working on tools like maven/ant as compared to gaining a lot of hands on expereince in Java.
I am a novice programmer in Java. I would like to know how important
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would stick to first learning java. Tools like Ant and Maven are mostly used for packaging a project and library dependencies.
Both tools are also powered by Java so after learning abit of Java it will definately be easier to master them.
Basically when you feel like you need a solution for building your projects, it is time to have a look at Ant or Maven.
For myself I started using Ant when I got started with Hibernate, Maven came years later.