Search Results

Showing results 1 to 13 of 13
Search took 0.01 seconds.
Search: Posts Made By: orko
Forum: Java Oct 23rd, 2008
Replies: 2
Views: 1,393
Posted By orko
Or join to any of the online programming website ACM is hosting. You won't find the solution for most of the problems, but there are a lot of hints and helps available. Plus, they have a huge...
Forum: Java Mar 22nd, 2008
Replies: 3
Views: 703
Posted By orko
It should be database specific problem.
Forum: Java Mar 7th, 2008
Replies: 7
Views: 1,541
Posted By orko
If I am not wrong, I think you are trying to get the value for a specific object. In that case, static method is not your solution. You should not use static methods at any case but some particular...
Forum: Java Mar 7th, 2008
Replies: 7
Views: 1,541
Posted By orko
In addition to what Ezzaral said, in any good IDE or editor you should be able to get a list of static methods as long as you just type in the class name.
Your return thing.class.getNumber(); //...
Forum: IT Professionals' Lounge Mar 1st, 2008
Replies: 16
Solved: Free Pictures
Views: 3,645
Posted By orko
google should not be a good resource for images (copyright reasons). When you use any image make sure you have the right permission.
Forum: Java Oct 4th, 2007
Replies: 4
Solved: FormattedWriter
Views: 736
Posted By orko
datz great.... if you could post what have u figured out, it can be a good reference for future... :)
Forum: Java Oct 4th, 2007
Replies: 11
Solved: Assignment help
Views: 1,997
Posted By orko
if you get any error msg, you should not loose your hope... getting error msg is good as you can know what is going wrong.
Forum: Java Sep 28th, 2007
Replies: 8
Solved: RunTime error
Views: 853
Posted By orko
if it is null pointer exception, thn it must have told you the line number, and the show you the hierarchy of the method calls, exactly where it was created... post both code and the error message.
Forum: Java Sep 24th, 2007
Replies: 12
Views: 2,790
Posted By orko
awww! tell us more about your situation... if you still try, you ll pass for sure... here we can at least show you some way.
Forum: Java Sep 21st, 2007
Replies: 12
Views: 2,790
Posted By orko
yah... for your reference in future, in java you have to give the same name with java extension as the class name (unlike C++)... if you want to run it manually, add JRE in your classpath then simply...
Forum: Java Aug 15th, 2007
Replies: 5
Views: 2,557
Posted By orko
u have to use session, which will make sure the same user is accessing.

the code u have given shud return u a default value or null pointer exception... whn u r creating new member, it doesn't...
Forum: Java Aug 14th, 2007
Replies: 5
Views: 2,557
Posted By orko
there is different ways to solve the problem. you can store the value in a static variable if you have only one user at a time (which is not the case i believe), or you can directly access the...
Forum: Java Aug 14th, 2007
Replies: 4
Views: 7,791
Posted By orko
I am not clear about the problem yet. But seems like you did not declare any class.
In java, almost e'thing is an object. So in order to make your function work, you have to put it inside an object....
Showing results 1 to 13 of 13

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC