app2usadvisor
Best resource I came across on Java questions.
World of tricky Core Java Q&A Covering Object Oriented Analysis and Design,JVM Internals,Java Language Fundamentals(Datatypes,Keywords,Operators and Assignments,Identifies etc.,Declarations and Modifiers,Conversion,Casting and Promotion,Flow control,Assertions,Exception Handling and Garbage Collection,Objects and Classes),Basic Packages and their classes,JDBC,JFC Swing,Java Server Pages(JSP),Servlets,EJB,JMS,JNDI etc and Open source technologies like Struts,Hibernate,Spring etc
Recent PostsThis 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 ...
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<propert...
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 thi...
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 t...
This configuration of log4j with XML consists of following files:a.XMLLog4jExample.javab.log4j.xmlXMLLog4jExample.javapackage com.iqjava.log4j;import org.apache.log4j.Logger;import org.apache.log4j.xml.DOMConfigurator;public class XMLLog4jExample { ...
Logging messages from different modules in different log files are commonly expected in a project.One can create as many loggers specific to different modules/packages inside the log4j properties file.As for instance, we want to log workflow related ...
This blog is currently rated a 5.00 out of a possible 5 based on 2 comments.
app2usadvisorBest resource I came across on Java questions.
Java Questions to increase your knowledge base
All from google interviews: questions, answers, puzzles, algorithms and real int…
ALL ABOUT FRESHERS, TIPS, FAQ'S, MATERIALS....
Nice blog Dharm! Very professional.
I'm the owner and editor of JavaForce.com, and I have a plan to promote Java blogs. Are you interested to participate?
Well done,
- Hooman
Posted: November 18th, 2007 | More Reviews From hoomant | Report This Comment