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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 31858 - 31889 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31858
what are the possible errors or issues can occur when implementing spring in back end development?...
harish_kumar33
Offline Send Email
Apr 1, 2009
7:20 pm
31859
Hi! I am a bit used to java but i wish to write programs for cellphones Which needs CLDC and MIDP midp is easy to download but i just cant get to find were to...
gangesh_kumaran
Offline Send Email
Apr 2, 2009
5:15 pm
31860
Hi, I want your feedback about this Coding Practice * Consider all classes are in same package //First class public class Good{ public void go(Good goo){ } } ...
Vamseedhar V
vamseedhar_v...
Offline Send Email
Apr 2, 2009
5:16 pm
31861
Why would you do this? When you code a non-static method with n parameters, implicitly n+1 are passed (the first argument is always "this"). So, in your line ...
Java Guy
mmjavaguy
Offline Send Email
Apr 3, 2009
9:15 pm
31862
I am writing an Ant script that needs to perform several validation and quality checks on code. This includes source code analysis as well as digging in and...
John Gaughan
john23874
Offline Send Email
Apr 3, 2009
9:15 pm
31863
CLDC is a profile for cell phones it depends phone's processor .If processor is 16 bit CLDC does not support floating point processing so phone support CLDC...
emin kura
menelaus35
Offline Send Email
Apr 3, 2009
9:16 pm
31864
Take help from nokia forum.You will have to download a toolkit too. Thanks & Regards Kavita Thakur ... From: gangesh_kumaran <gangesh_kumaran@...> ...
kavita thakur
kavita_thakur12
Offline Send Email
Apr 3, 2009
9:16 pm
31865
i need presentation about java J2EE running like how it convert code from sours code to be an web application and the server running i need Simple book or...
ÃÍãÏ Ô...
eng_ahmed_sh
Offline Send Email
Apr 3, 2009
9:16 pm
31866
joo.go (joo); Yes,i understand. But i want to pass the "joo" object as a parameter to another method in "go()" method like below: public class Good{ ... ...
Vamseedhar V
vamseedhar_v...
Offline Send Email
Apr 4, 2009
6:45 am
31867
... Try "Thinking in Java." I believe it is in revision 4 now, but the author put earlier revisions on-line so you can test drive them for free. Loyal...
Loyal Barber
loyal_barber
Offline Send Email
Apr 4, 2009
6:46 am
31868
Hi all, Sorry coz I m new to this group and have a basic question. I wrote an applet that its task is to authenticate user and is located in login page (fisrt...
Nasser F
nasser_simple
Offline Send Email
Apr 6, 2009
2:31 am
31869
You dont need to pass the joo object as parameter, since, you can refer to the current object by using "this" keyword. Regards. On Sat, Apr 4, 2009 at 6:14 AM,...
Tanvir Faraj
tanvir_faraj
Offline Send Email
Apr 6, 2009
2:31 am
31871
How about this: public class Good { public void go () { x.record (this); //Some Method, x is the object it belongs to. } } Plus, you do not even have to do...
Java Guy
mmjavaguy
Offline Send Email
Apr 6, 2009
2:32 am
31872
iam using jdk SE 1.6. iam facing problem with JVM as after success full compilation and generation of class file, when i want to execute it with java...
loku_04
Offline Send Email
Apr 6, 2009
4:05 pm
31873
Trying searching 'Core Servlets And JSP' over google.. you can find an free version of this book over internet.. I found this book good for starting up and...
Gaurav Daga
extremeportal
Offline Send Email
Apr 6, 2009
4:06 pm
31874
Hi, This is a class path problem. set the calsspath currectly. you can set JVM manually you can install both version of java in your machine but u can...
raja reddy
rajareddy546
Offline Send Email
Apr 8, 2009
7:15 pm
31875
Hi everybody, I have a problem with updating a text in a JTextField. After calling setText() I have a really big "for" and I can not see my update on the...
Cristian Slav
cristivsflorin
Offline Send Email
Apr 8, 2009
7:15 pm
31876
Hi, You can use jtextcomponent's updateUI method to after calling setText. I thing it will solve the problem. Sourav ... From:...
Sourav Das
sourav359
Offline Send Email
Apr 9, 2009
3:58 pm
31877
... It has been a while since I did plain old Swing/AWT work, usually I have a framework or toolkit sitting between me and it... but the general idea per the...
John Gaughan
john23874
Offline Send Email
Apr 9, 2009
3:59 pm
31878
i need presentation how java work with virtual machine at J2EE as a research topic in my university thanks for all replied my [Non-text portions of this...
ÃÍãÏ Ô...
eng_ahmed_sh
Offline Send Email
Apr 10, 2009
4:39 pm
31879
What class is not found? This error means that your classpath is not set properly. -Java Guy ... full compilation and generation of class file, when i want to...
Java Guy
mmjavaguy
Offline Send Email
Apr 13, 2009
10:06 am
31881
you can use SwingWorker class. have a look at the documentation on java.sun.com [Non-text portions of this message have been removed]...
Burak
xface66
Offline Send Email
Apr 13, 2009
10:06 am
31882
Rather than use an Applet, if it's causing performance heartache, why not do the authentication on the server? It's much faster that way. -Java Guy ... in...
Java Guy
mmjavaguy
Offline Send Email
Apr 13, 2009
10:06 am
31883
Hi. I am a beginner.... I would like to know which book can help me learn java better.... I am Currently using 'SAMS Teach yourself Java 6 in 21 days'... How...
jackie88krish
Offline Send Email
Apr 13, 2009
4:49 pm
31884
Try Head First Java. It's good for beginner ... From: jackie88krish To: Java_Official@yahoogroups.com Sent: Monday, April 13, 2009 9:33 PM Subject: [Java]...
Yuki Buwana
neo_ruzzo2001
Offline Send Email
Apr 14, 2009
4:53 pm
31885
Hi, Please find following books: 1) Just Java 2 By Peter van der Linden2) Thinking In Java Bruce Eckel If you planing to give SCJP then 1) A Programmer's...
Kiran Wali
kiranswali
Offline Send Email
Apr 14, 2009
4:53 pm
31886
... Hi Jackie, I do not know much about the Sams book, but believe me no book can teach you Java or Programming in 21 days. And for many reasons you should not...
Alok Vaidya
vaidya_alok
Offline Send Email
Apr 14, 2009
4:53 pm
31887
... Here is a thought: Do your 21 days and see if you know more about Java at the end of it. You already have the book so go with it. Loyal...
Loyal Barber
loyal_barber
Offline Send Email
Apr 14, 2009
4:54 pm
31888
Thanks... i got those books... but i find them too big... i need a book that get me acquaintance to java in a short span. ... From: Kiran Wali...
gokul krishnan
jackie88krish
Offline Send Email
Apr 17, 2009
8:28 pm
31889
Have you tried the tutorials at http://java.sun.com ? -Java Guy...
Java Guy
mmjavaguy
Offline Send Email
Apr 20, 2009
6:57 pm
Messages 31858 - 31889 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