This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.

navat venu

Ranch Hand
+ Follow
since May 14, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by navat venu

How to read the input and outputstreams of a process?
16 years ago
I tried running this code,

try{
Process process1 = Runtime.getRuntime().exec("C:\\bea\\user_projects\\domains\\base_domain\\startweblogic.cmd");
}catch(Exception e){};

Its not starting the server though it is not giving any errors.
16 years ago
How to execute a cmd file from the java code?

Actually i have to restart the weblogic server, when i click a button
on my jsp page.
So, I wanted to execute stopWeblogic.cmd and startWeblogic.cmd from the code.

How to do this?
16 years ago
How to modify the XML Document?

I want to modify the data values present in the XML.

For Example the XML file is :

<student>
<student-name>venu</student-name>
<student-number>786</student-number>
</student>

Here I want to modify student-name and student-number values.

Actually my XML is not this simple.

I am able to get the values for the particular node by using XPath.

Like this:

String studentName = (String) xPath.evaluate(studentNamePath,xmlDocument,XPathConstants.STRING);

But how to modify the same node values?
congrats Meng Tan !

Could you please share in more detail, about the exam!
Hi,

How to convert xml file to javax.xml.soap.SOAPElement [ ] array?

I have an xml file.I have to call a webservice with an input parameter object.This object is java bean containing the variable javax.xml.soap.SOAPElement [ ] array.
16 years ago
I would have completed SCBCD 5.0 , if there was HF EJB 3.0 book

My brain got used to HF books!
16 years ago
Could anyone explain in which scenario hashmap and hashtable will be used?
17 years ago
Could anyone please explain in which scenario abstract class will be used and in which scenario interface is used?
17 years ago
I am getting the error when i executed the upload servlet using below html

<html>
<body>
<FORM ACTION="venus.venu" ENCTYPE="multipart/form-data" METHOD="POST">
What is your name? <INPUT TYPE=TEXT NAME=submitter> <BR>
Which file do you want to upload? <INPUT TYPE=FILE NAME=file> <BR>
<INPUT TYPE=SUBMIT>
</FORM>
</body>
</html>


please do the needful!!

Error is

COMMONS error rg.apache.commons.fileupload.FileUploadBase$InvalidContentTypeEx
ception: the request doesn't contain a multipart/form-data or multipart/mixed st
ream, content type header is nullerror :java.lang.NullPointerExceptionerror :jav
a.lang.NullPointerException
18 years ago
How does the SCBCD5.0 Beta exam count towards the real offical SCBCD5.0 ?when will the real offical SCBCD5.0 exam ready?

thanks!!
How does the SCBCD5.0 Beta exam count towards the real offical SCBCD5.0 ?when will the real offical SCBCD5.0 exam ready?

thanks!!
Is it true that while writing or after completing the scwcd1.4 exam, if you review the answers(by clicking the review button ),then the answers will be erased for the drag-and-drop questions?

please clarify!!
please provide me the list of free SCWCD1.4 exam simulators.

thanks
Thanks a lot Carol Enderlin.
your quick response is commendable.
18 years ago