What is the use of log4j and how to make use of
that in a application?
Answer Posted / 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 |
Post New Answer View All Answers
please mail me the interview question based on java/j2ee
can u draw class/object diagram for ATM
How do I find jre path in windows?
What are the interfaces in java collections? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What are the main classes of the list interfaces? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What is the enumerator of the java collection framework? : java collections
What is deque in the java collections framework? : java collections
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What do you understand by synchronization? Why is it important?
my interviewer asked me what technical specification you used how to answer that question
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What are the uses of the set interfaces in the java collections? : java collections
What is the difference between comparable and comparator in java.util pkg?