User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 427,942 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,593 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 14 of 14
Search took 0.01 seconds.
Posts Made By: deng_cen
Forum: Java Jul 4th, 2007
Replies: 4
Views: 24,226
Posted By deng_cen
Re: How do I convert a vector to a String array ?

hi:
you can do that like that is
package com.structure;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class TestArray {
static List<String> list = new...
Forum: Java Jul 4th, 2007
Replies: 4
Views: 2,081
Posted By deng_cen
Re: String to Object

hi:
you can see my code whether help you
package com.structure;
import java.util.ArrayList;
import java.util.List;
public class Text {
String statement;
List<Character> listchar = new...
Forum: Java May 14th, 2007
Replies: 10
Views: 1,211
Posted By deng_cen
Re: Alright this loop problem is bugging me

hi:
Maybe continue is not neccesary in my codes.but ,I think if ..else..that is very clarity.that is good custom.
Forum: Java May 14th, 2007
Replies: 5
Views: 912
Posted By deng_cen
Re: Tracing through a recursion program.

you may add System.out.println("middle");in the middle of two quiz statement.that analysis for "*"
Forum: Java May 14th, 2007
Replies: 5
Views: 912
Posted By deng_cen
Re: Tracing through a recursion program.

hi:
you are attendion to that there is only one if in the quiz function.so the * is seven.
Forum: Java May 14th, 2007
Replies: 10
Views: 1,211
Posted By deng_cen
Re: Alright this loop problem is bugging me

hi,
Maybe this code can help you.

package com.prom1;
import java.util.Scanner;
public class AnalysisTest {
public static void main(String args[]) {
Analysis application = new Analysis(); //...
Forum: Java Apr 28th, 2007
Replies: 5
Views: 1,630
Posted By deng_cen
Re: Need help with do while loop

hi:
you can see this code,but I can't understand that Console meaning.Can you explain that Console Class?
public static void main(String[] args) throws IOException {
// Variable Declaration
...
Forum: Java Apr 28th, 2007
Replies: 6
Views: 3,365
Posted By deng_cen
Re: ')' expected

hi:
you can analyse this coding program
package com.applet;
public class Triangle {
/**
* @param a
* the length of a for the triangle
* @param b
* the length of b...
Forum: Java Apr 28th, 2007
Replies: 6
Views: 3,365
Posted By deng_cen
Re: ')' expected

hi:
your writing which method of arccoseA maybe is wrong!
Forum: JSP Apr 26th, 2007
Replies: 26
Views: 5,453
Posted By deng_cen
Re: Help for learnign JSP

hi,everyone:
I want to study jsp,but what am I do,where begin from.I can write java program,Can you help me?:)
Forum: Java Apr 22nd, 2007
Replies: 3
Views: 877
Posted By deng_cen
News Re: Fibonacci sums help!

:) hi:
you can see that code.Maybe is right.


package com.jmenu;
public class Fibonacci {
public static void main(String agre[]){
double frontsum=0;
int finditem=3;
double...
Forum: Java Apr 15th, 2007
Replies: 2
Views: 882
Posted By deng_cen
Re: I need help with a simple thread program

yes ,if infinite loop ,that code
while(true){
}
Forum: C Apr 13th, 2007
Replies: 4
Views: 1,026
Posted By deng_cen
Re: i=i++

++i and i++ are all 11 in .net
Forum: Java Apr 12th, 2007
Replies: 14
Views: 1,648
Posted By deng_cen
Re: Help Needed!

try this function:
package com.Thread;
public class DigProd {
public static void main(String args[]) {
long a = 123456789;
long ai = DigProdIterative(a);
System.out.println("Digital Product of a: " +...
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 6:51 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC