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 uses of the set interfaces in the java collections? : java collections
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 is java collection? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What are the queues in the java collection framework? : java collections
Which interface does java.util.hashtable implement?
Should we create system software ( e.g operating system ) in java ?
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What are the considerations to be made in case of loops in java ?
What is the difference between comparable and comparator in java.util pkg?
What is the use of the list interface in the java collection? : java collections
How is hashset maintained in memory by java ?
What are the types of the main implementing classes in the map interfaces? : java collections
What are the main classes of the list interfaces? : java collections