answersLogoWhite

0

What does the term Java logging mean?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

Java logging is data logging for the Java platform. Logging is a term in software for recording activity. Therefore Java logging is recording activity for Java.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the term Java logging mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does 'Out of Memory' at line 130 mean in Facebook?

try logging out and logging back in ...or just reloading the page, it worked for me :) also try updating Java i heard it is a Java Error try going to this site for the most recent Java Software: Http:/www.Java.com


What is the origin of the term cherry picking?

A cherry pick is a logging term and it mean 8 to 9 cords of wood.


Where can someone learn to properly implement Commons Logging?

Commons Logging is used in the software language Java, so one might buy a book about Java or participate in a programming course at a local education institute.


Define the term logging period?

The logging period is the time over which the readings are taken.


In logging what is a tail tree?

The official definition for the logging term tail tree is "The spar tree farthest from the power source in a cable logging rig."


Why will keyboard not respond when logging into RuneScape?

Answer: Your keyboard isn't connected to your computer or download the newest version of Java. Answer: If you clicked somewhere else, it may be that the Java applet doesn't "have the focus". You may have to click first, to have the Java applet (RuneScape) react to the keyboard.


What is the antonym for logging?

Desertification, erosion, or deforestation. Those words mean logging.


What is subroutine in java?

Subroutine mean what (in java)?


Why is there logging?

There is logging because we need paper and other wood resources. But why exactly do we have logging? If you love logging or hate logging then you should do something about that cause if yo never wanted logging to exist I'm with you. I hate logging. That doesn't mean you have to though. If you love logging then make more logging happen. Have a debate with your class about this. Hope you liked my answer!


What is the difference between Java and core Java?

When most computer users think of Java, what they are really thinking of is Java core, which is the standard edition that is used in most basic computer applications. The term Java in and of itself is a more broad term that can cover both the standard edition and more advanced applications.


What does Systemout mean in java?

System.out refers to the Java console.


What is the diff between java 2 and core java?

Java 2 was an umbrella term used to refer to the second major release of the Java platform, which was introduced in December 1998. It encompassed several editions, including the Java Standard Edition (Java SE), Java Enterprise Edition (Java EE), and Java Micro Edition (Java ME). The Java 2 platform brought significant enhancements, including improved performance, new APIs, enhanced security, and better support for web-based applications. Core Java: Core Java, on the other hand, is not a specific version or edition of Java, but rather a term used to refer to the fundamentals of the Java programming language. It represents the foundational concepts and features that are common across different editions of Java. Core Java typically covers topics such as syntax, data types, control structures, object-oriented programming (OOP) principles, exception handling, input/output operations, and basic libraries. To summarize, Java 2 is an outdated term that was used to refer to the second major release of the Java platform, while Core Java is a more general term used to describe the foundational concepts and features of the Java programming language. In the current Java ecosystem, the term Java SE is used to refer to the standard edition, which is the most commonly used edition for general-purpose Java development.