What is the use of log4j and how to make use of
that in a application?
Answers were Sorted based on User's Feedback
Answer / suresh gangula
log4j can be used for writing the log messages to various
kinds of destinations like a file, database, console etc...
It is always advisable to use some sort of logging API to
generate the log messages.the log messages helps the end
user as well as the developer of the application, to kow
about what the application has done and why the application
has failed, etc...
It is developed by Apache and this is used as part of
various products like hibernate, struts, strings etc...
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / ramarao
log4j is a mechanism to find out the proper execution flow
of our application.
for this we use third party tool log4j developed by apache.
| Is This Answer Correct ? | 3 Yes | 0 No |
which book is the best for preparing for SCWCD 1.5
What are the types of the main implementing classes in the map interfaces? : java collections
VSS Objectives
What is the servletcontext listener and what is JspContext and page context pls tell in simple words.
What is a constructor?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What is the use of hashcode in java ?
Why do you use Context Object
what debugging tool that can be used to debug the java programs?
I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
How do you debug your java program?