Geeks Talk

Prepare for your Next Interview




Java Applications Profiler

This is a discussion on Java Applications Profiler within the Java forums, part of the Software Development category; How a profiler can improve your Java applications If you have been working with c++ programs for longer than five years, you should be well aware of the difficulties involved ...


Go Back   Geeks Talk > Software Development > Java

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-02-2006
Moderator
 
Join Date: Oct 2005
Posts: 720
Thanks: 1
Thanked 99 Times in 74 Posts
Lokesh M is on a distinguished roadLokesh M is on a distinguished road
Java Applications Profiler

How a profiler can improve your Java applications

If you have been working with c++ programs for longer than five years, you should be well aware of the difficulties involved with debugging software. However, many younger programmers don't have experience with these issues because java deals with memory problems by using what is called the garbage collector.

Whenever a new object is created in java, the java virtual machine will reserve memory for it, and if the object reference disappears, the memory will be reclaimed. Because of this simple tool, your small to medium sized java programs will not crash due to memory issues. When it does fail due to memory issues, many java programmers have problems.

Read more...
Reply With Quote
Sponsored Links
Reply

  Geeks Talk > Software Development > Java


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Data structure with C in Real Time Applications blenda C and C++ 3 06-19-2007 09:26 AM
Real Time applications with Graphics Utilities in C RyanJames C and C++ 1 07-17-2006 05:18 PM
Antipatterns In Java Programs Lokesh M Java 0 07-02-2006 05:48 AM
WebSphere V5.0 : Java Development - Use task view Lokesh M Web Tools 0 06-10-2006 09:06 AM
WebSphere V5.0 : Create Java projects Lokesh M Web Tools 0 05-29-2006 11:21 AM


All times are GMT -4. The time now is 02:01 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved