bala rajesh

Greenhorn
+ Follow
since Jul 31, 2006
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 bala rajesh

Can anybody help me

Please tell me any useful java3d book name

and e-book also


Thanks in advance

Bala
17 years ago
hi all...

In Java3D the PositionInterpolator class used to change the position of a given object. I want to know how change the position in y axis.

Can you help me..

Thanks in Advance

Bala
17 years ago
I want a "query" to retrive the data from one oracle table,
the conditions are one column orderby ascending order and another column orderby desc order. The two condition in a same query, is possible then reply me

Thanks in Advance

Bala
I know about JDBC

I want a "query" to retrive the data from one oracle table,
the condition is one column orderby ascending order and another column orderby desc order.

Thanks in Advance

Bala

Originally posted by Chinmay Bajikar:
Hi,
Have a look at this code snippet,



What should ideally happen?
I didnt find any equals() implementation in the StringBuffer class.
I am using JDK 1.4.2.




Answer
------


== symbols used to compare the content(string)in a object.
but .equals()method is used to compare the string or stringbuffer object;
so sbuf,dbuf or different object, so that the result is sbuf!=dbuf
17 years ago
Hi i know how to draw a line.

but i don't know how to rotate a line in both x and y axies.

Thanks advance


Bala
17 years ago