Click here to Skip to main content
15,909,091 members
Home / Discussions / Java
   

Java

 
GeneralRe: really need the work enviornment Pin
Reagan Conservative8-Apr-09 3:29
Reagan Conservative8-Apr-09 3:29 
QuestionHow to increase volume in java voice chat application? Pin
kennith1236-Apr-09 2:42
kennith1236-Apr-09 2:42 
QuestionHow to clear all the items in table in swt? Pin
mceros3-Apr-09 16:39
mceros3-Apr-09 16:39 
AnswerRe: How to clear all the items in table in swt? Pin
mceros3-Apr-09 17:18
mceros3-Apr-09 17:18 
Questionopen and control notepad with java code Pin
ranedip1-Apr-09 21:10
ranedip1-Apr-09 21:10 
AnswerRe: open and control notepad with java code Pin
jschell3-Apr-09 7:01
jschell3-Apr-09 7:01 
GeneralRe: open and control notepad with java code Pin
ranedip4-Apr-09 0:07
ranedip4-Apr-09 0:07 
QuestionHelp needed in Java Reflection!! Pin
sadz12330-Mar-09 19:35
sadz12330-Mar-09 19:35 
Hi,
I need help with a java prog.I have to create a test harness(THE)program in Java for testing object oriented programs.I have to use the concept of Java reflection with concepts of generics,nested classes and annotations to write the code.This program automatically tests
classes by instantiating them, selecting methods of these instantiated objects randomly or using some criteria, invoking them, and using the returned values as input parameters to invoke other methods.

You can use Java annotations to link input data to parameters of methods and fields of the classes.You should conduct a number of runs of your THE using different input data and the number of objects, and collect information about the results of these runs (i.e., what runs succeed and what fail, and what resulting values are produced).

THE can test as many combinations of methods as possible by
composing them automatically. For example, if you have the method int f(string) and the method float g(int) and the method string h(float), I would expect you to test the combinations h(g(f("first value from a file"))), h(g(f(h(g(f"first value from a file")))))) and so on.

Please help!!
Thanks!
AnswerRe: Help needed in Java Reflection!! Pin
sadz12330-Mar-09 19:39
sadz12330-Mar-09 19:39 
AnswerRe: Help needed in Java Reflection!! Pin
jschell1-Apr-09 14:54
jschell1-Apr-09 14:54 
GeneralRe: Help needed in Java Reflection!! Pin
sadz1231-Apr-09 18:28
sadz1231-Apr-09 18:28 
QuestionHow to get pixel value in java Pin
Flying_Doc29-Mar-09 16:57
Flying_Doc29-Mar-09 16:57 
AnswerRe: How to get pixel value in java Pin
adatapost5-Apr-09 17:08
adatapost5-Apr-09 17:08 
Questionstdin.readLine() Pin
jonig1929-Mar-09 9:41
jonig1929-Mar-09 9:41 
AnswerRe: stdin.readLine() Pin
fly90429-Mar-09 15:18
fly90429-Mar-09 15:18 
Questionjava code Pin
dthanh28-Mar-09 0:47
dthanh28-Mar-09 0:47 
AnswerRe: java code Pin
Nagy Vilmos29-Mar-09 3:19
professionalNagy Vilmos29-Mar-09 3:19 
QuestionAutomated trading Pin
bala28127-Mar-09 20:36
bala28127-Mar-09 20:36 
AnswerRe: Automated trading Pin
CPallini29-Mar-09 21:55
mveCPallini29-Mar-09 21:55 
GeneralRe: Automated trading Pin
Nagy Vilmos29-Mar-09 22:54
professionalNagy Vilmos29-Mar-09 22:54 
QuestionUsing Java script create an array of 10 elements. Accept values from user. Store accepted values in list box Pin
ajaycando027-Mar-09 9:47
ajaycando027-Mar-09 9:47 
AnswerRe: Using Java script create an array of 10 elements. Accept values from user. Store accepted values in list box Pin
fly90427-Mar-09 10:25
fly90427-Mar-09 10:25 
AnswerRe: Using Java script create an array of 10 elements. Accept values from user. Store accepted values in list box Pin
TorstenH.30-Mar-09 20:49
TorstenH.30-Mar-09 20:49 
GeneralRe: Using Java script create an array of 10 elements. Accept values from user. Store accepted values in list box Pin
adatapost5-Apr-09 17:13
adatapost5-Apr-09 17:13 
QuestionPolynomials and Domino on Java Pin
wardoe12327-Mar-09 1:56
wardoe12327-Mar-09 1:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.