Ramu Rondla

Greenhorn
+ Follow
since Oct 04, 2003
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 Ramu Rondla

hello friends,
I am developing an e-commerce application. I have a question related to sessions.
I am creating a session like this
HttpSession session = request.getSession(true);
and I can set one attribute (session.setAttribute(name, value)).
but how can I set multiple attributes to this session object.
for example, when the session is created it should set the username and password.
Thanks,
Ramu
20 years ago
Hello friends,
I want to do a project on web services. If you guys have any ideas or know any website to find the projects. Please post them.
Thanks,
Ramu
20 years ago
Hello friends,
Is there any way to convert a string to char?
example "java" to 'java'

Thanks,
Ramu
20 years ago
Hello ranchers,
I am new to web services. I want to do a project on it. Are there any sites / places where I can find project description / sample projects on web services?
Thanks,
Ramu Rondla
20 years ago
Hello friends,
I am a beginner in java. I am trying my hand at AWT. I am wondering is there anyway to sort items in a List. (not java.util.List)
Thanks
Ramu
20 years ago
Hello friends,
Is there any way to type cast primitive data types to class data types?
Thanks,
Ramu
20 years ago
Thanks to you all..I got your point

Ramu
20 years ago
I am a beginner in Java. When I am reading about access modifier static i got a doubt-
we declare main method as static but this says that in a static method one can call only static methods / static variables. How can in main we call other variables and methods?
Ramu
20 years ago