Click here to Skip to main content
16,010,876 members
Home / Discussions / Java
   

Java

 
GeneralRe: Run Time Error in 'return functions->FindClass(this, name)' Pin
Richard MacCutchan28-Jul-10 9:10
mveRichard MacCutchan28-Jul-10 9:10 
QuestionJSF,AJAX notofications using javascript Pin
zamalkawe24-Jul-10 22:41
zamalkawe24-Jul-10 22:41 
AnswerRe: JSF,AJAX notofications using javascript Pin
Nagy Vilmos25-Jul-10 0:33
professionalNagy Vilmos25-Jul-10 0:33 
GeneralRe: JSF,AJAX notofications using javascript Pin
zamalkawe25-Jul-10 4:06
zamalkawe25-Jul-10 4:06 
AnswerRe: JSF,AJAX notofications using javascript Pin
David Skelly25-Jul-10 22:14
David Skelly25-Jul-10 22:14 
AnswerRe: JSF,AJAX notofications using javascript Pin
Ravi Sant19-Apr-11 3:54
Ravi Sant19-Apr-11 3:54 
QuestionMemory usage Pin
002comp18-Jul-10 20:56
002comp18-Jul-10 20:56 
AnswerRe: Memory usage Pin
Nagy Vilmos19-Jul-10 21:12
professionalNagy Vilmos19-Jul-10 21:12 
This isn't a particulary large amount of memory, but then it depends on the app. If it's HelloWorld then it's way too much, if it's a word clone then you're doing well.

Seriously, check that you are not duplicating objects, two references to the same object uses less memory than two instances. Don't hold objects once they are no longer needed. Do you have a collection of objects that are rarely used, maybe you can optimise there by only holding in memory what is used.


Panic, Chaos, Destruction.
My work here is done.


or "Drink. Get drunk. Fall over." - P O'H

GeneralRe: Memory usage Pin
002comp19-Jul-10 23:50
002comp19-Jul-10 23:50 
QuestionHow to determine given file is a class file? Pin
glitteringsound13-Jul-10 20:43
glitteringsound13-Jul-10 20:43 
AnswerRe: How to determine given file is a class file? Pin
Cedric Moonen13-Jul-10 20:53
Cedric Moonen13-Jul-10 20:53 
GeneralRe: How to determine given file is a class file? Pin
glitteringsound13-Jul-10 20:56
glitteringsound13-Jul-10 20:56 
GeneralRe: How to determine given file is a class file? Pin
Cedric Moonen13-Jul-10 21:00
Cedric Moonen13-Jul-10 21:00 
GeneralRe: How to determine given file is a class file? Pin
glitteringsound13-Jul-10 21:12
glitteringsound13-Jul-10 21:12 
GeneralRe: How to determine given file is a class file? Pin
Cedric Moonen13-Jul-10 21:19
Cedric Moonen13-Jul-10 21:19 
GeneralRe: How to determine given file is a class file? Pin
Upendra Jariya28-Jul-10 4:30
Upendra Jariya28-Jul-10 4:30 
AnswerRe: How to determine given file is a class file? Pin
Richard MacCutchan13-Jul-10 22:15
mveRichard MacCutchan13-Jul-10 22:15 
QuestionHow to install java Automatically if not present on Machine? Pin
002comp13-Jul-10 20:35
002comp13-Jul-10 20:35 
AnswerRe: How to install java Automatically if not present on Machine?I got some Info.See if guys can Help me out now. Pin
002comp15-Jul-10 2:24
002comp15-Jul-10 2:24 
GeneralRe: How to install java Automatically if not present on Machine?I got some Info.See if guys can Help me out now. Pin
Ravi Sant19-Apr-11 3:55
Ravi Sant19-Apr-11 3:55 
QuestionWriting A file to server Pin
002comp12-Jul-10 19:00
002comp12-Jul-10 19:00 
AnswerRe: Writing A file to server Pin
Gerben Jongerius13-Jul-10 2:04
Gerben Jongerius13-Jul-10 2:04 
GeneralRe: Writing A file to server Pin
002comp13-Jul-10 2:54
002comp13-Jul-10 2:54 
AnswerRe: Writing A file to server Pin
Gerben Jongerius13-Jul-10 3:04
Gerben Jongerius13-Jul-10 3:04 
GeneralRe: Writing A file to server Pin
002comp13-Jul-10 19:47
002comp13-Jul-10 19:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.