Interview Questions on Java, Java EE
Interview Questions on Java and Java EE
Latest Content
This answer to this question takes the form of a tutorial, where I will go in details, step by step. Hibernate reduces number of lines of coding/writing SQLs for persisting object into the database considerably. This takes focus from doing...
Topics: Hibernate
Topics: Hibernate
How is ANT Property Task used? - 84 days ago
In order to to set the Ant properties, the <property> task is used. Once property value is set, it cannot be changed. It means they are immutable.In order to set a property to a specific value, the name and value pair is used. Example <property.. Topics: ANT
How to integrate ANT tool with Eclipse IDE? - 85 days ago
ANT Eclipse IDE(latest edition of Eclipse IDE is Galileo ) integration is a very simple process as summarized in following steps: 1. As a first step, create a Java Project in Eclipse IDE. 2. Associate a build.xml with this project and ensure you put this. Topics: ANT
What is ANT and how can one configure it? - 85 days ago
ANT is a Java based build tool and helps in automating whole of build process of a Java project. ANT uses an XML build file and by default it looks for a build file named build.xml from the directory it has been executed. A build.xml contains several... Topics: ANT
How do you configure log4j with XML? - 87 days ago
This configuration of log4j with XML consists of following files: a.XMLLog4jExample.java b.log4j.xml XMLLog4jExample.java Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -- package com.iqjava.log4j; import. Topics: log4j






























