Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
32% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
4
Posts with Downvotes
1
Downvoting Members
4
2 Commented Posts
0 Endorsements
Ranked #4K
~940 People Reached
Favorite Tags
java x 12
Member Avatar for tom.t

I have been asked to find the inefficiency in a piece of pseducode. I've looked at it but can't see it. IF count > 10 THEN WHILE x < 0 DO INPUT x ENDWHILE ENDIF My understanding: Count is evaluated. If count is <10, the app moves onto the next …

Member Avatar for tom.t
0
126
Member Avatar for abalasuriya
Re: Java

[CODE]public class Test { static Test t = new Test(); public static void main(String[] args) { Test a = new Test(); System.out.println(a.t); }}[/CODE] This results stack overflow why[code][/code]

Member Avatar for MoZo1
0
114
Member Avatar for shobhit123

Hi can anybody tell me any link from where i can download a small jsp servelt project and deploy on my machine and get to know the code and understand it... i have read the basics of jsp servelts and need a sample project to understand a small project to …

Member Avatar for ithelp
0
181
Member Avatar for shobhit123

doubt on garbage collection How the garbage collection thread is called. Who calls the garbage collection thread. Is it jvm itself. Is it called by jvm when ever we start running a program. And when we say that garbage collection is an automatic process then why do we implement [code]System.gc()[/code] …

Member Avatar for jwenting
0
65
Member Avatar for shobhit123

kindly expalin the following doubt on run method can you explain how run method is called and who calls the run method. Also can you explain that if a main method has one more thread then how the scheduling is done.How the priority is set for main and the other …

Member Avatar for masijade
0
98
Member Avatar for shobhit123

I had come across some strange behaviour while i was looking at some java code. These are as follows:- 1. here is the first observation The output of this is false but not [code] str1 == str2 [/code]false.can you tell me why? [code] String str1 = "shobhit"; String str2 = …

Member Avatar for masijade
0
134
Member Avatar for shobhit123

I am very new to web development.i have heard about xmls in web deployment.Pls explain me why so mainy xmls like server.xml,config.xml,web.xml,context.xml are required.can not we combine them together in one.Why do we need them at first place.Do web servers contain parsers in them to parse xmls.Pls explain whole mechanism …

Member Avatar for shobhit123
0
175
Member Avatar for shobhit123

I would appreciate if anybody can explain me MVC in swings. I have heard that each compnent has respective model class but unable to relate it with MVC. Kindly explain.

Member Avatar for shobhit123
0
47