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 31733 - 31763 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31733
Hi. tried to use lime wire from http://www.limewire.org, and when i tried to run it, jaws does not speak any thing, and got java access bridge 2.02, and java ...
Marvin Hunkin
neilmarvin
Offline Send Email
Nov 2, 2008
4:43 am
31734
How do you do client side validations in struts framework?...
alokchoudhury83
Offline Send Email
Nov 3, 2008
8:45 pm
31735
Hi Alok There are many more examples . just google it. Thanks Nanaji ________________________________ From: alokchoudhury83 <alokchoudhury83@...> To:...
Nanaji Jonnadula
j_nanaji
Offline Send Email
Nov 5, 2008
6:18 pm
31736
With the help of java script Another is is validate() in your form bean (OR) with the help of validation.xml file...
srikanthminchu
Offline Send Email
Nov 5, 2008
6:18 pm
31737
... you have to do the validation in validate.xml and configure it in config.xml...
terubz842000
Offline Send Email
Nov 7, 2008
12:19 am
31738
Here iam going to asking some questions on carrer improvment on java. (I started my carrer in small company and i donot have any knowlege what are things...
srikanth minchu
srikanthminchu
Offline Send Email
Nov 7, 2008
12:19 am
31739
hello evry one, hope evry one is doing fine i got some questions/doubts in java , can u pls respond to them, 1) actually HttpServlet extends of genric servlet,...
sandeep kumar
sandeepkumar...
Offline Send Email
Nov 7, 2008
12:19 am
31740
... Because certain methods from Servlet have been overridden with ones that work specifically with HTTP. That is the way things are normally done when...
David Kramer
dj_segfault_...
Offline Send Email
Nov 7, 2008
9:28 pm
31741
Well, I have read your reply below, Tim. And I would like to know the answer for question 3 about the NullPointerException. Can you elaborate more ? Thank you...
tantan677
Offline Send Email
Nov 7, 2008
9:29 pm
31742
Sure thing. You want to keep me on my "high horse", do you? ;-) Object Orientedness consists of a network of objects, which are combinations of data and...
Java Guy
mmjavaguy
Offline Send Email
Nov 10, 2008
7:27 pm
31743
Hi Gurus, Could you pls explain me why the following code is printing "Scale Shape"   instead of "Scale Circle" class Circle extends Shape {     public...
Chooti Baba
nibm963
Offline Send Email
Nov 10, 2008
7:28 pm
31744
Because the signatures do not match on your scale() methods you have not overridden the scale() method of the Shape class, but you have created a new scale()...
Eric Jones
dblacksta
Offline Send Email
Nov 12, 2008
12:24 am
31745
It's because, in main(), s is a reference to a Shape object. Thus, s.scale (1) calls the Shape implementation of scale. I'm not sure, but I believe this is...
Java Guy
mmjavaguy
Offline Send Email
Nov 12, 2008
12:24 am
31746
The output is correct since the method scale(int) in Circle doesn't really override the Shape's version (scale(long)) which accept 'long' as parameter instead...
Tanvir Faraj
tanvir_faraj
Offline Send Email
Nov 12, 2008
12:24 am
31747
Dear Chooti Baba, Because your calling scale method on reference of the Shape class. If you call scale method using object of Circle (new Circle().scale(1))...
sreekanth gundagoni
sreekanth_aug16
Offline Send Email
Nov 12, 2008
12:24 am
31749
hi, i think that is because you use different parameters in scale methods. at s.scale(1), 1 is thought as integer not long. change long to int. it will resolve...
hasan
hasanbacak
Offline Send Email
Nov 12, 2008
12:24 am
31750
... I don't think this is strange, given that Java inherited from C++ but tried to be different: specifically, it tried to save developers from themselves....
John Gaughan
john23874
Offline Send Email
Nov 13, 2008
9:04 pm
31751
Hi all, How to find which application is using a particular port in localhost using java? Thanks in advance Nantha...
Nantha
nanntha
Offline Send Email
Nov 13, 2008
9:05 pm
31752
guys..,i just wanna know, what the impact if we use jar files with large size. in our web application  ?... i mean ...let say i've a servlet/jsp container....
Pauluz timbul
paulus_timbul
Offline Send Email
Nov 13, 2008
9:05 pm
31753
  Basically scale method is not overrided Because it has different parameters in both classes.............   The rule is that in polymorphism if a method is...
Æ’ M. HÃ¥$$...
sawan_9
Offline Send Email
Nov 13, 2008
9:05 pm
31754
@hasan, this is not due to different parameters. If you call s.scale(1) where scale is accepting a long parameter then it (1) would dynamically converted to...
Tanvir Faraj
tanvir_faraj
Offline Send Email
Nov 13, 2008
9:05 pm
31755
Dear group, I have been searching for some time for a solution: How to retrieve a RECORD as a return value of database function through JDBC? I have tried few...
Daniel Gorodowienko
danielgorodo...
Offline Send Email
Nov 13, 2008
9:05 pm
31756
Hi, John, Glad to see there's someone else that disagrees with Sun's decision not to use operator overloading. I agree that "saving developers from themselves"...
Java Guy
mmjavaguy
Offline Send Email
Nov 14, 2008
6:23 pm
31757
There are 2 ways to do this: 1) Do a query that you know will return a single row. Your database method can return the RowSet. 2) Define a Java Bean that has...
Java Guy
mmjavaguy
Offline Send Email
Nov 14, 2008
6:23 pm
31758
hello everybody i have to give a conference about java swing package in order to introduce java gui, i guess. so i need a great sorce which gives me ...
negar55375
Offline Send Email
Nov 14, 2008
6:23 pm
31759
... The problem with eliminating null references is that you would have to set the value of any variable where it was declared. That would prevent people from...
David Kramer
dj_segfault_...
Offline Send Email
Nov 17, 2008
11:19 pm
31760
Hello All,     I am facing 1 problem that the Application Server i am using is throwing the error "An unexpected error has been detected by HotSpot Virtual...
Nikunj Maniar
yourfriendnik
Offline Send Email
Nov 22, 2008
12:07 am
31761
... It might make it take up a lot of memory, but if your web service requires so many libraries and is that big, it should be running on a dedicated server...
John Gaughan
john23874
Offline Send Email
Nov 22, 2008
12:07 am
31762
... large size. in our web application ?... ... WEB-INF\lib ...many file jar with large size available. My question is , what the influences to my application...
Perminder S. Bhatia
perminder2k
Offline Send Email
Nov 25, 2008
9:47 pm
31763
heyy i am going to start my final year project ..based on wireless information system i plan to develop a mobile phone emulator to interact with the...
rajat1gulati
Offline Send Email
Nov 25, 2008
9:50 pm
Messages 31733 - 31763 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