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
What are the different types of features of the java collections framework? : java collections
What are the differences between the java collection and the java list? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
What are the considerations to be made in case of loops in java ?
How do I find jre path in windows?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is the use of hashcode in java ?
What is iterator in the java collections framework? : java collections
What do you understand by synchronization? Why is it important?
What are maps interfaces in the java collections? : java collections
What is the difference between comparable and comparator in java.util pkg?
What is deque in the java collections framework? : java collections
what is mean by hasing and maping in java platform and advantage?
What are the queues in the java collection framework? : java collections
What is the use of the list interface in the java collection? : java collections