Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for softdev

hi guys, i have this senario and i want know if that is possible. i want to apply some aspect-oriented concept. i want to have something like, say two classes. one extract some piece of data from xml file and use JSP to display the data. another class/aspect that log …

Member Avatar for ~s.o.s~
0
78
Member Avatar for softdev

hi guys, design by contract or aspect-oriented programming. anyone has used one of the above technique? in a nutshell, which one is better? in terms of simplicity and usability, which one is a hassle?

Member Avatar for softdev
0
105
Member Avatar for softdev

hi, looking at this example code: [CODE] public void writeList() { PrintWriter out = null; try { System.out.println("Entering try statement"); out = new PrintWriter( new FileWriter("OutFile.txt")); for (int i = 0; i < SIZE; i++) out.println("Value at: " + i + " = " + vector.elementAt(i)); } catch (ArrayIndexOutOfBoundsException e) …

Member Avatar for JamesCherrill
0
94
Member Avatar for softdev

Hi, are there any alternatives for error handling in Java other than exceptions? i'm just reading on error handling. like in c++, i'm meeting such things as retturn codes, deferred error handling.i haven't gone into much details on these. but are they available in java?

Member Avatar for BestJewSinceJC
0
65
Member Avatar for softdev

Hi Guys, I am trying to create a game of a two way traffic with a human trying to move between the cars to the other side without being hit by a car. I can detect the collisions, but the main problem is my cars don't move. what maybe the …

Member Avatar for quuba
0
103
Member Avatar for softdev

Hi Guys, I've noted that when using Netbeans, .jar file is created when you build your application. if i want executable jar file of my application, can i just take the same generated jar file, or should i create my own .jar via the command prompt. I mean whats the …

Member Avatar for softdev
0
109
Member Avatar for softdev

Hi, can anyone direct me to a good tutorials on drawing in java. i.e i want to draw car and allow it to move horizontally inside a lane. or draw a person and move him vertically or horizontally using keyboard keys. any example codes or tutorials will do.

Member Avatar for Ezzaral
0
58
Member Avatar for softdev

hi! guys I'm in trouble, i've forgotten my password and i can't log into my laptop now. can someone know of any mechanism to recover or reset a password? i desperately need some help.

Member Avatar for Godsp3ed
0
83
Member Avatar for softdev

I'm trying to open a Compiled HTML Help file and i receive the following message: Navigation to the webpage was canceled and nothings happens, i can only see the contents. what application software should i use to be able to read the file? the file extension is .chm. Kind Regards,

Member Avatar for FlamingClaw
0
95
Member Avatar for softdev

I'm trying to run my latex files and i get this message: The required file tex\latex\setspace\setspace.sty is missing. It is part of the following package: name: setspace title: Set space between lines: e.g., double and one and a half spacing can someone help me with this problem?

0
45
Member Avatar for softdev

hi guys, i'm looking for software to make picture animations or animated cartoons or something fascinating like that... any idea?

Member Avatar for VIeditorlover
0
51
Member Avatar for softdev

hi guys, i need help. i'm trying to downgrade from vista to xp,...i insterted XP CD in the CD drive, after loading xp files it can't start installing rather it says it can't see any hard disk installed on my computer.. what might be the problem? any help on taking …

Member Avatar for jbennet
0
154
Member Avatar for softdev

hey guys, anyone to provide a short lecture! is automata theory important in computer science? what are example of real applications of automata and formal languages? do they have anything to do with software development and verifications? kind regards

Member Avatar for sarehu
0
101