Search the web
Sign In
New User? Sign Up
Java_Official · Java SE . EE . ME . AJAX . Web services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 22161 - 22190 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22161
Well.. I wanna take up this job.. Anurag java_developer <no_reply@yahoogroups.com> wrote: I am looking for moderator for this group. Must have the following...
Anurag Setia
richardjavac...
Offline Send Email
Oct 1, 2005
8:35 am
22162
Yes you can have synchronized fields in class and u can synchronize objects as well Babita Sachdeva <bsachdeva_2005@...> wrote:Hi, I know that you can...
Anurag Setia
richardjavac...
Offline Send Email
Oct 1, 2005
8:36 am
22163
... If you don't insist on looking at new posts 4-5 times a day (which I simply can't do at my current client's site, once a day is the maximum because at my...
Nico Heinze
nico_heinze
Offline Send Email
Oct 1, 2005
12:52 pm
22164
Well, looking at the contribution till now, I second Nico for the job. Anurag ... If you don't insist on looking at new posts 4-5 times a day (which I simply...
Anurag Setia
richardjavac...
Offline Send Email
Oct 1, 2005
1:13 pm
22165
Hmm... i can't say yes or no with your question. but with sychronized methods, we can syncrhonized variables using it (the method i mean). about syncrhonizing...
Mochamad Ramadhan
rama3i
Offline Send Email
Oct 1, 2005
4:14 pm
22166
i tought that it was asked before. but it's OK you can make it by changing their service to manual start (usually located in administrative tool -> services) ...
Mochamad Ramadhan
rama3i
Offline Send Email
Oct 1, 2005
4:14 pm
22167
Dear friend , There is nothing wrong with your code. Actually in calendar the month field starts with 0. That month 0 - january. So the month field you set...
bak rishi
kbk_kbk2003
Offline Send Email
Oct 1, 2005
4:14 pm
22168
You might have set start on startup option during your installation. so it gets staretd while the system boots. To stop the server monitor tomcat and stop it. ...
bak rishi
kbk_kbk2003
Offline Send Email
Oct 1, 2005
4:14 pm
22169
Dear friend.. main() method does not exists in any class. we have to write it in all our classes that are said to be main classes. When such a main class is...
bak rishi
kbk_kbk2003
Offline Send Email
Oct 1, 2005
4:14 pm
22170
Hi Sonu, Go in Start->Settings->Control Panel->Administrative Tools->Services and set the Apache Tomcat service option as disabled/Manual. With Regards, Pankaj...
Pankaj Shinde
pankaj.shinde@...
Send Email
Oct 1, 2005
4:15 pm
22171
hi, hi, why not we does not use static method have non static variable.... any spacific resone???? [Non-text portions of this message have been removed]...
siva kumar
lookfortest
Offline Send Email
Oct 1, 2005
4:15 pm
22172
satish u r questions is correct.but controller is responsible for only accept request and giving response.Giving response means it (controller) can't hold any...
shyam_bca2k1
Offline Send Email
Oct 1, 2005
4:15 pm
22173
Dear friends I want to change my current working directory from my java code. Though i use the file object of the directory i am going to change i can not...
bak rishi
kbk_kbk2003
Offline Send Email
Oct 1, 2005
4:15 pm
22174
Hi, i want to be master in j2ee(Servlets,jsp,ejb,jdbc) so can u suggest me book and online help. thanks ... Yahoo! for Good Click here to donate to the...
chandrakant patil
meet_mr_chan...
Offline Send Email
Oct 1, 2005
4:15 pm
22175
hai iam planning to go for the jcp certification,can anybody please give me the information regarding useful sites very good book any previous material you are...
haikrishna1
Offline
Oct 1, 2005
4:16 pm
22176
HI friends! I searched in google also.But i am not getting clear idea. Could you anybody tell, How the datas send to the PDA using USP port from our...
sathish kumar
palan_sat@...
Send Email
Oct 1, 2005
4:17 pm
22177
You may find it helpful to use the Calendar static constants as follow: Calendar xmasBit = new GregorianCalendar(2005,Calendar.JUNE,30,23,0,0); _____ From:...
Bill Fly
billfly37
Offline Send Email
Oct 1, 2005
6:59 pm
22178
Hi, Can anybody please explain me the differences between forward() and sendRedirect() methods in JSP/Servlet? Which method is more effecient and when to use...
Babita Sachdeva
bsachdeva_2005
Offline Send Email
Oct 1, 2005
10:24 pm
22179
for this u have to set Apache group Tomcat4.1.9 GO to Control Panel--->Administrative Tools--->Services---> Here u can set status type to Manual(right click go...
shyam_bca2k1
Offline Send Email
Oct 2, 2005
2:54 am
22180
what is a exactly a markerinterface?can anybody explain indetail?...
RajenderReddy
rajuch_mca
Offline Send Email
Oct 2, 2005
2:54 am
22181
look at the msg archive, we hv had long discussion over it already number of times... save us all effort and time Babita Sachdeva <bsachdeva_2005@...>...
Anurag Setia
richardjavac...
Offline Send Email
Oct 2, 2005
5:02 am
22182
Hi, marker interface is a tagged interface. which has no methods. i think marker interfaces r serilizable,clonable,and another one is i think remote interface....
pavan_17 sai
pavan_kolli2003
Offline Send Email
Oct 2, 2005
5:22 pm
22183
One of the features of the Java programming language is that it mandates a separation between interfaces (pure behavior) and classes (state and behavior). ...
swathi
java4u1129
Offline Send Email
Oct 2, 2005
5:22 pm
22184
SendRedirect VS Forward SendRedirect 1) The SendRedirect method works by sending a status code that tells the browser to request another URL. 2) This means...
swathi
java4u1129
Offline Send Email
Oct 2, 2005
5:22 pm
22185
hi Maraker interface is an interface with out methods. in java we have five marker interfaces. that is serilizable, SingleThreadModel ... etc ... -- ...
Madhava
madhavsystems
Offline Send Email
Oct 2, 2005
5:22 pm
22186
static methods can have variables which are declared outside the method but are final declared outside the method but are static declare inside the method ...
Amir
amir_nagri
Offline Send Email
Oct 2, 2005
5:22 pm
22187
i am also planning to take jcp, the book which i would recommend is complete java 2 certification guide : philip heller it is a nice book and available for...
Amir
amir_nagri
Offline Send Email
Oct 2, 2005
5:22 pm
22188
i am also looking for the same thing, as far as servlets are concerned you can take jason hunter orielly or core servlets and jsp http://www.coreservlets.com ...
Amir
amir_nagri
Offline Send Email
Oct 2, 2005
5:22 pm
22189
hi babita this may help u, What’s the difference between an abstract class and an interface? interface: A class may implement several interfaces. An...
pradnyesh kadam
pradnyeshmk5
Offline Send Email
Oct 2, 2005
5:22 pm
22190
i want to creat datasource in jdeveloper 10g to connect to db2 database iwant to creat jndi please if you can help me donnot late thanks ... How much free...
amin ali
aminalnagar
Offline Send Email
Oct 2, 2005
5:22 pm
Messages 22161 - 22190 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help