It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites

Search found 7 matches

Return to advanced search

Re: Security error while loading pdf file in jsp in firefox?

Well if you don't know the difference between Java and Javascript, then you probably won't be able to figure out how to fix your issue.
by Stiks
on Thu Feb 19, 2009 3:26 am
 
Forum: Java Forum
Topic: Security error while loading pdf file in jsp in firefox?
Replies: 1
Views: 179

Reversing a linked structure recursively

I'm attempting to reverse a linked list of integers recursively. in order to test my code, I'm doing unit test. Anyway, I can't get the list to reverse. I pretty much know why, and I have an idea of how it should work; however, I can't seem to put those thoughts into code. I think my problems start ...
by Stiks
on Fri Nov 02, 2007 8:37 pm
 
Forum: Java Forum
Topic: Reversing a linked structure recursively
Replies: 0
Views: 858

Creating .exe

Okay, so I created a basic program to calculate a few things for me. My question is, how do I put the program in an .exe file so others can use it?
by Stiks
on Fri Jun 22, 2007 10:31 pm
 
Forum: Java Forum
Topic: Creating .exe
Replies: 1
Views: 659

You pretty much have to set another condition or 2 within the while loop. oh and I forgot to make it so it ask you to enter another order price. Its pretty much the exact same thing, but under a different condition. Good luck.
by Stiks
on Sun May 20, 2007 6:41 pm
 
Forum: Java Forum
Topic: Anyone can help me ?? i dono how to start??
Replies: 8
Views: 1882

Heres what I can up with in the short amount of time I have. Please remember I'm still learning, but what I put here should give you an idea of what you need to do. Also, I will leave basic stuff out that you should know by now: double order_price; String more_purchases = ""; int num_of_or...
by Stiks
on Sun May 20, 2007 6:26 am
 
Forum: Java Forum
Topic: Anyone can help me ?? i dono how to start??
Replies: 8
Views: 1882

I think I can answer the first one, but I'm also still learning, so someone can check me on this: public String multiConcat(String word, int number) { String concated = ""; if (number >= 2) { for (int i = 0; i <= number; i++) { concated += word ...
by Stiks
on Tue May 01, 2007 2:34 am
 
Forum: Java Forum
Topic: exam prep(1)
Replies: 2
Views: 616

I might be thinking too basic, but can't you compare to strings by doing this?:

if(a.equalsTo(b))
{
System.out.println("1");
}

else
{
System.out.println("0");
}

The Sun site has a list of all the available classes and their methods.
by Stiks
on Wed Apr 18, 2007 3:30 am
 
Forum: Java Forum
Topic: Java String::Compare
Replies: 5
Views: 1548

Return to advanced search