pravinth Ganesan

Greenhorn
+ Follow
since Oct 23, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by pravinth Ganesan

Hi Mr.David, Thanks for your reply.You are right.
Its not a matter of generating same value again.
But the problem is to use all the given Integer values at a time.I mean as you specified its right for 2 integer variable-values.But for three it should be

a+b+c
a+b*c
a+b/c
a+b-c

a*b+c
a*b-c
a*b/c
a*b*c

a-b+c
a-b-c
a-b/c
a-b*c

a/b+c
a/b-c
a/b/c
a/b*c

Okay i think i can able to do it myself now.If you can then please post here your code.Thank You! Its very knid of you!Thank You!
17 years ago
Hi Friends,
How can i generate all the possible Integer values with the 4 basic arithmatic operators +,-,/,* for a given sequence of integer numbers?
For example if the numbers are 2,3
Then the resultmust contain all the following values:
2+3=5
3-2=1
3/2=1
3*2=6
so the resulting array must contain 1,5,6
The number of integers can be of any number,
for example:{2,3,4,56,2,1}
and when finding a result you must you all the integers in each step.
i know for some gurus its easy.please help me!
Thank You!
17 years ago
Yes,
You can handle the WindowClosing,minimize,maximize events -u can write code in these events-so nothing will happen when the max,min,close-buttons of the frame is pressed.
if u want a different frame without buttons,with different design-why not you can go for IBM's IFrame(extends JFrame)
http://www-128.ibm.com/developerworks/java/library/j-iframe/
18 years ago
Hai Friends,
Is there any third party code/tool/gui/ available for login frame.
I want to store/keep all login/logout details -in a file.
i need to store user names and passwords -encrypted in a file.
The login frame(or a single frame with) Login,Cancel,Create new user,change password.
Please guide me.
Thank You
18 years ago
Thank You Friends.
Now its working after setting the classpath.
Thank You guys. Thanks for your help!

Note:I am not new to java!
i forgot about this classpath.
[ February 17, 2006: Message edited by: pravinth Ganesan ]
18 years ago
Hai Friends,
I have my java files in a MyJava folder. i set the path by
c:\MyJava>path=.;c:/program files/java/jdk1.5.0/bin/
I can able to compile and run single-stand alone java files in MyJava folder. But whenever i am trying to compile a java files which is also in MyJava folder but which uses/(has code) other java class files in the same folder i am getting compile error - means it can't able to refer the other java class files,which are also in the same MyJava folder.Plz help me.
Thank You!
18 years ago
Thanks to:
Ernest Friedman-Hill
I set the class path with current and the java directory as mentioned by "Ernest Friedman-Hill " in another post.
Ernest Friedman-Hill >>in that post:
If you've set CLASSPATH to something, mnake sure it includes a dot (.) to represent the current directory; i.e.,
.;whatever;something-else
and it works.
Thank you again Ernest Friedman-Hill
18 years ago
Hai Friends,
I have a collection of java files. i stored them in a different folder(in different drive-d than the actual java jdk pack folder(in c .
I can able to compile separate java files in d: and the compiled class files are stored in d only.
My problem is if i am using 2 java files and one is referring another one:
When i compile the first java file which has no reference of the another one-get compiled corrected and the class file is created on the d: drive directory.
But when i compile the second java file which has reference of the first java -I am getting error message as the first java file - class not found error even it is compiled and there is the compiled class. Even both are in the same directory.

Plz help me.
Thank you.
18 years ago
Hi Friends,
Its OKay?!!!.
I decided to do Round robin sceduling algo. -if i can't achieve it i will post here. until take care bye.
Yes i am a student - computer science eng. student.
We have an assignment to implement any algorithm related to advanced operating system.
Help me
Helloooooooooooo
I need a java program which can implement any "Token Passing" algorithm(for example:"suzuki-kasami" algorithm), or mutual-exclusion algorithm.
Hope atleast now u understand my need.
Than You.
Any body who know it plz help me.
cmonnnn
I don't have enough time.
If u know any link plz direct me
Thanks for ur reply.
Any other help plz
Hello Java Experts,
I need Some/Any thread handling(or any algorithms) which must be implemented in java. I need both the algorithm and its implementation in java. Thanks in Advance