chandraiah chintakayalu

Ranch Hand
+ Follow
since Aug 30, 2007
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 chandraiah chintakayalu

HI All,

My application needs to get serve list, port number, status using JMX connector can anybody help me.


Thanks in advance,
Chandra.
13 years ago
Hi,
Your are using the Expression Lang, in order to use E.L in your page you should enable it by default it is disabled.
<%@ isELIgnored="false" %>
put this code hope so it works.
Hi All,

Can anybody give me EJB 2.X deployment steps in Weblogic 8.0 server.


Thanks in advance...
HI All,
Can anybody explain me what is the use of getInputStream(); with an simple example.

InputStream input = request.getInputStream();

Thanks,
Chandraiah.c
[ September 21, 2008: Message edited by: Bear Bibeault ]
15 years ago
Hi all,
I want a servlet which display a alert message(like reminder) for every 2mins.
can anybody helps me is it possible in servlet

Thanks in advance.
Chandraiah
[ August 31, 2008: Message edited by: chandraiah chintakayalu ]
15 years ago
Hi all,
Cookies is the one way to maintain session between server and client, but can anybody explain with the coding how the cookies is created, stored in local system and how it is retreived and how it used to continue the session.


Thanks in advance,
Chandu
15 years ago
How much SCWCD 5 differs form SCWCD 1.4?

thanks,
chandraiah
Hi everyone,
can anybody explain me this content
"URL rewriting kicks in ONLY if cookies fail, and ONLY if you tell the response to encode the URL"


Thanks in advance,
Chandraiah
CONGRATS Tomaszz Lewandowski...
THANKS FOR SHARING YOUR EXPERIENCE...IT HELPED ME LOT
Hi,
yes it can throw same Exception class and any subclass of the thrown Exception
and it can throw any unchecked Exception too..

correct me if im wrong..
16 years ago
HI All,
Question is:
I have a class A in constructor of class A i have instantiated Connection class as below..

package AA;
import *;
public class A()
{
public A()
{
Connection con = DriverManager.getConnection(url, "Fernanda", "J8");

}
}

and i have another package BB and class B is defined in it,i imported package AA into package B and i want use Connection object which i have created in Class A constructor.

Can anybody tell me how to use that connection object in class B


thanks in advance.
[ January 10, 2008: Message edited by: chandraiah chintakayalu ]
16 years ago
Hi all,can anybody tell me how to deploy servlet in tomcat as im using jboss.
Thanks in advance.
16 years ago
hi all,
i took test on 23/10 i cleared with 86..thanks to javaranch and others members
any help doudts mail me
16 years ago
hi all,
please let me know if scjp certification helps for job hunters as i am jobless and hunting for job so if i clear this certification will it help me in any ways.
thanks in advance,
hi swathi,
you refer katty seira book its self explanatory book you will understand well and quick...that is the best book according to me