I have some questions also. I'm new to java and have been looking through the free IDE's that are available. Most particularly, we have: Sun Enterprise 8,...
What is difference between j2se and j2ee? Are schools choosing one of them to teach cs students because it is better? I know j2se pretty well, but I know...
Hi, does anyone has objective type questions in JSP.Please send those questions. thanks. ... New Yahoo! Messenger with Voice. Call regular phones from your PC...
hi folks i am going to write a piece of code, i have got a problem i know that i can get the time of today, how can i add find the date of tomorrow, or the...
HI Inder Jeet U can try using getColumnName(1/2/3/4..); let us know how u figured this out Peace Buddha ... [Non-text portions of this message have been...
Can u show it to me the code? ~Arul ... Hi All I am using Oracle9i as my data base and when from Java I am trying to fetch the table name of a particular...
Hi. I just joined the group. I need some immediate advice on a project whose deadline is very near.Please help !! The problem definition is : browsing, from a...
OBJECTIVE--- I need to carry out validation for my XML file against a schema. My XML contains Multiple record data each having multiple columns in it. I want...
I'm a beginer in using jmf & rtp i want to know what is the step :- to make online lecture in audio which may broadcast this audio to all student i read...
what do you eman about fetch table name from particular column? is your table name stored in a table? coz you don't have to know wich table you got the data....
J2SE is base Java. It includes client GUIs, AWT and Swing. J2EE stands for "Java 2 Enterprise Edition", and includes pieces that are typically (but not always)...
Ah, but you can use simple math. Just use the java.util.Calendar class. Saeid Kazemi <ksaeid@...> wrote: hi folks i am going to write a piece of code,...
var now = new Date (); var msecsInDay = 24*60*60*1000; var tomorrow = now + msecsInDay; tomorrow is a var of type Date; get the date & time as you usually...
Hi Friend, For ResultSet object u can get ResultSetMetadata ResultSet rs; ResultSetMetaDate rsmd=rs.getMetaData(); rsmd.getColumnName(); //will give u the name...
Hi friends, Can any one tell me whether it is advisable to use more scriptlets in Jsp page. Thanks in advance. Looking forward for ur valuable responses Take...
Hi guys, I have problem runing any servlet, When I m trying to compile the code the error is occur i.e. javac file not found ........ I have j2sdk1.4.1 Tomcat...
You can use java.util.Calendar class.... java.util.Calendar cal = java.util.Calendar.getInstance(); cal.add(Calendar.DATE, 45); Now 45 days are added in your...
For what he's doing, however, Calendar is the better choice, as you can actually do calendar math without having to declare your own constants or variables....
helo hai,I am this group member I have a problem , pls solve as soon as possible what this problem is? Is ther Trees that can be drawn in frames or Applets in...
Hi, i written a session program it does not any compile time errors but a runtime error is occuring can any one say how to solve it plz. iam using jbuilder and...
Hi list, I am a new member. I am new to Java. I have 6+ yrs. of exp. in Oracle SQL, PL/SQL, Forms/ Designer. I want get into JAVA/ J2EE. The situation is a bit...
... Hi guys, I have problem runing any servlet, When I m trying to compile the code the error is occur i.e. javac file not found ........ I have j2sdk1.4.1 ...
hai thanks for ur respond .............I want really to construct a binary tree in java in frame or applet.... I saw it in net but It is not glanced to...
Hi group. I am Ashok. I love to code in Java. But i don't find use of Java in professionally as other language as VB.NET and VC++. What is the reason for this?...
Hi guys, Our company been thinking of implementing a standard process for unit testing in our process and thats were we have heard about Agitar.Pls share with...
classpath-------------- Tomcat --in lib library to all JAR file set the class path and java/lib to tools.jar file copy and paste the tomcat comman lib file...
Hi I have done the same thing but that was not working, thats why i posted this message. Now I got to know that java has given the method getTableName() in...
Hi AbstractSet implements Set interface HashSet extends AbstractSet, implements Set Why HashSet implements Set interface twice ... Talk is cheap. Use Yahoo!...