hemapriya rao

Greenhorn
+ Follow
since Jun 27, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by hemapriya rao

I was planning to take SCJP exams, I wanted to know the difference between
"Sun Certified Programmer for the Java Platform, Standard Edition 5.0 (CX-310-055) " and
"Upgrade Exam: Sun Certified Programmer for the Java Platform, Standard Edition 5.0 (CX-310-056) "
[ May 16, 2008: Message edited by: hemapriya rao ]
Hi,

Can I know which book or website(link) is best for learning JavaScript in detail(advanced also) , because one of my friend has got a job ,where in most of the work is expected in javascript..please let me know if anybody has idea about this.
17 years ago
Are you on H1 right now?
17 years ago
Hi,

What is idhc?
is it IDataHashCursor idhc = pipeline.getHashCursor();
17 years ago
Could some one help me out here?
I just wanted to know some good book or any nice links for Java/J2ee interviews...
[ November 14, 2007: Message edited by: hemapriya rao ]
17 years ago
is java an open source?
17 years ago
1)so,should a immediate subclass of abstract class implement(define) all methods of abstract class?

2)when the class implements interface ,should that class override all methods of the interface?
17 years ago
could any one tell me the exact difference between abstract and interface class
17 years ago
*.do what does this mean in servlet mapping
17 years ago
I am trying to compare data in database with user entered data,
even though both the values are same its showing me they are not equal..
and I also noticed one more thing ,my strings length in database is 2 more that the original length, [ database value= panda then length should be 5 , but its showing me as 7]



Please could some one help me out..
[ October 03, 2007: Message edited by: hemapriya rao ]
sorry guys I got answer by myself..
17 years ago
JSP
I have a servlet and I set attributes like..

validation.java



and in my jsp..

user.jsp


in my output i get always null I dont know why pls cud some one help me out
17 years ago
JSP
Hi,

Thanks for the reply Sanjeev ,I could compile all the 3 programs but the thing is I cannot run the server by j2ee -verbose, I have loaded j2sdkee1.3.1 and j2sdk1.4.2_13,
I am new to EJB please someone help me

I am getting this error:

'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
'-Dorg.xml.sax.parser' is not recognized as an internal or external command,
operable program or batch file.
[ June 29, 2007: Message edited by: hemapriya rao ]
Hi Everyone,

I am trying to run the 1st ejb in the headfirst book on page #18.
I have the exact code as in the book. But the AdviceHome always fails.
It says although it has the Advice.java in the same package as AdviceHome.
Can anyone please tell me what is wrong.

C:\Program Files\Java\j2sdk1.4.2_13\bin\advice\src\headfirst>javac AdviceHome.ja
va
AdviceHome.java:6: cannot resolve symbol
symbol : class Advice
location: interface headfirst.AdviceHome
public Advice create() throws CreateException,RemoteException;
^
1 error
[ June 27, 2007: Message edited by: hemapriya rao ]