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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 16952 - 16981 of 31601   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16952
No. Overloaded methods (i.e. selected at compile time) are not polymorphism. They are simply overloaded methods, but highly useful for all that. Polymorphism...
David Smart
smartware_co...
Offline Send Email
Oct 1, 2004
7:16 am
16953
Can a static method of a parent class be overridden in subclass in Java? class A{ public static int method1(int aiSrc){ // code here } } class B extends A { //...
yatish.porwal@...
Send Email
Oct 1, 2004
8:47 am
16954
See if you want to be good in java really thorough with the syntaxes. I would reccommend EditPlus or JCreator. If you want a RAD tool the try JBuilder... ...
clifford.fernandes@...
yourpalcliffy
Offline Send Email
Oct 1, 2004
8:47 am
16955
Use JOptionPane... Usage:Refer the JDK api... Thanks & Regards, Clifford Fernandes Polaris Software Labs Ltd. Seepz, Mumbai. Tel:91-22-28291299 Extn:626 ...
clifford.fernandes@...
yourpalcliffy
Offline Send Email
Oct 1, 2004
8:47 am
16956
If I give a call to Sytem.exit(0) in my servet will the conatiner call the destroy function? Thanks & Regards, Clifford Fernandes Polaris Software Labs Ltd. ...
clifford.fernandes@...
yourpalcliffy
Offline Send Email
Oct 1, 2004
8:47 am
16957
What happens when you try it? Dave S ... From: yatish.porwal@... To: java_official@yahoogroups.com Sent: Friday, October 01, 2004 5:30 PM Subject: [Java]...
David Smart
smartware_co...
Offline Send Email
Oct 1, 2004
8:52 am
16958
... CMIIW, it's possible to do that stuff, and it call overriding. as long you don't call super in your overriding method it will be ok e.g class B extends A{...
Bayuadji
sherl0ck55
Offline Send Email
Oct 1, 2004
9:45 am
16959
For code like this, the compiler and debugger are your best friends..... Try to compile and run the code :) "Compilers understand the code better than humans...
Sarvex Jatasra
simplyjat
Offline Send Email
Oct 1, 2004
2:45 pm
16960
This code will compile fine with no error. However what you have written is not method overriding To override method you must declare them with same signature ...
Manoj Mishra
man_shra
Offline Send Email
Oct 1, 2004
2:45 pm
16961
There is an Internationalization tutorial in The Java Tutorial, which is available for free on the java.sun.com website. You can check out that. That covers...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
Oct 1, 2004
2:45 pm
16962
Hello Ashok, You can do following thing, Just create an Panel, in which you will be adding all your GUI components, And then create a window (JWindow) which is...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
Oct 1, 2004
2:45 pm
16963
Any Event before being sent to components are passed through their parent Component or Container, so you can do one thing, you write a Key Press event handler...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
Oct 1, 2004
2:45 pm
16964
hiii.. I am nee....recently joined the java group.... I am presently working on a project (online examination)... i am having problems using beans...i am...
nee bhusare
nee_bhusare
Offline Send Email
Oct 1, 2004
2:45 pm
16965
i have just joined the group and i am new to java language.so please tell me what is java and what all can we do thro it....
rio_acharya
Offline Send Email
Oct 1, 2004
2:45 pm
16966
Yes, what you wrote is permitted, but you cannot use it like that, you need to initialize before using that. So in order to initialize that you need to specify...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
Oct 1, 2004
2:46 pm
16967
I suggest you to read The Java Tutorial, which is provided free by Sun Microsystems, This is the best one. I can explain you but there are many functions in...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
Oct 1, 2004
2:46 pm
16968
It's called overload! Once the parameters are different, you are writing another method and not overriding it. Att. Diogo Magalhaes...
Diogo Magalhães
diogofdm
Online Now Send Email
Oct 1, 2004
2:46 pm
16969
Hello Robin, There is no difference between J2SE and J2EE in the language sense. I mean that both are Java only. But the libraries or API that are useful for...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
Oct 1, 2004
2:46 pm
16970
Hello celsonhapulo, Vector accepts classes of Object type, so you can add any object into that. But when you retrieve object from that Vector, object will be...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
Oct 1, 2004
2:46 pm
16971
Hello yatish, I strongly think that you can override any static method and it must be static method only. This even I don't know correctly, but a static method...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
Oct 1, 2004
2:47 pm
16972
Hello Sumit, In java, null has no value. Unlike in C where in it is assigned -1 normally. So a null value can never equal a null, and a null value always...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
Oct 1, 2004
2:47 pm
16973
Hello r_sen79, Iam answering your question about differences between JSP and servlet. When Internet was invented, they were less number of people using that...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
Oct 1, 2004
2:47 pm
16974
... You have asked a question to which we can answer a lot. You'd better visit Suns New to Java Center on http://java.sun.com/learning/new2java/index.html or...
Mark Van Peteghem
mvp_be
Offline Send Email
Oct 1, 2004
4:58 pm
16975
hi All; i m java programmer. i have a problume in java which sare to anyone. Q:i know that java is not sapport multy lable inheritance but why? Hariprasad...
dd sd
reeteshji2000
Offline Send Email
Oct 1, 2004
5:42 pm
16976
I know java is platform independent.How is it .because with out JVM java is not platform indep. plz send some reason why java is platform idependent ...
ashish
ashish_jayin
Offline Send Email
Oct 1, 2004
8:38 pm
16977
J2SE 5.0 offers a number of important new language features such as metadata annotation and generics. Learn more about these features and get answers to...
cathya
Offline Send Email
Oct 1, 2004
8:39 pm
16978
Well Losely speaking, a BYTECODE is a platform independent. So, JVM is a MACHINE that interprets this BYTECODE that is generated with extension .class ( after...
D K
diddycis
Offline Send Email
Oct 1, 2004
10:30 pm
16979
Hi Ashish, I read your question regarding Java is independent or not. Have you read any books on Java? Never mind if not then please go for Begging Java 2 from...
S Patel
sp2916
Offline Send Email
Oct 1, 2004
10:30 pm
16980
http://www.JavaRSS.com is a portfolio of websites rich in Java News, Java Articles and Java Blogs. Java developers, Java Architects and Java Managers can read...
jay_k_architect
Offline Send Email
Oct 2, 2004
6:44 am
16981
I assume you mean "multiple inheritance"? There are ambiguities that can occur with multiple inheritance. Consider ... AA is my top level class. BB is a child...
David Smart
smartware_co...
Offline Send Email
Oct 2, 2004
11:06 am
Messages 16952 - 16981 of 31601   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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