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 21614 - 21643 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21614
... Perhaps it's a Map that you looking for Map map = new Hashmap(); map.put("string","value1"); mao.put("chr","value2"); //etc.... for better usage for map...
bayuadji
sherl0ck55
Offline Send Email
Sep 1, 2005
11:24 am
21615
Hi Pardon my ignorance, but what is ROUND ROBIN? Thanks, Manuel ... then this can not ROUND ROBIN. will you please show me the code ? its very difficult ... ...
Manuel Tejada
visualbprogr...
Offline Send Email
Sep 1, 2005
2:02 pm
21616
hi, can someone help me installing jrun.i installed it but the server is not running. any environmetal variable need to set?? if so how to set and wht the...
praveen
java_id_4me
Offline Send Email
Sep 1, 2005
2:41 pm
21617
Hi all, How can i enable Aspectwerkz in Websphere Application Server 6.0. Thanks in advance Thanks and Regards Suman ...
Suman g
gattusuman
Offline Send Email
Sep 1, 2005
2:41 pm
21618
the foreach loop was added in Java 1.5 Assume we have an array of Strings. for(String str: array){ System.out.println(str); } Check Google for more info. ... ...
David Chuhay
thenerdwonder
Offline Send Email
Sep 1, 2005
2:41 pm
21619
Hi, How to call sp from entitybean with transaction attributes. Uday ... Start your day with Yahoo! - make it your home page [Non-text portions of this message...
raja kumar
raj4every
Offline Send Email
Sep 1, 2005
2:41 pm
21620
Hi whats is your RADIUS type? which Operating system? what is the type of database LDAP or DBMS thnx ... -- Ahmed Mostafa Hashim Software Engineer NTG Clarity...
Ahmed Hashim
blakminds
Offline Send Email
Sep 1, 2005
2:42 pm
21621
I really know nothing about PHP but I think I understand what you want. First an array in java can only contain elements of the same type. You can't mix ...
celso nhapulo
celsonhapulo
Offline Send Email
Sep 1, 2005
2:42 pm
21622
hi i wanna check wether a particular file is corrupt or not through my java code. Can anyone please help me on this? i will be really greatfull thanks vibhor ...
Vibhor Sharma
emailvibhor
Offline Send Email
Sep 1, 2005
2:42 pm
21623
How about negative numbers, too? You will have complex-numbers issue on your hands. Thanks ... __________________________________________________ Do You...
Tareq Ashour
myownquestions
Offline Send Email
Sep 1, 2005
2:42 pm
21624
... A more balanced viewpoint can be found at : http://www.computerworld.com/developmenttopics/development/story/0,10801,84155,00.html I always believe in this...
Programming Help
programmingh...
Offline Send Email
Sep 1, 2005
2:42 pm
21625
Hi, In a pure JSP without Applet, no way and maybe you can use webstart, but it is not JSP. Base ... From: "Sanjay Rai" <sanjayraig@...> To:...
Base
qingfeng_fly
Offline Send Email
Sep 1, 2005
2:42 pm
21626
... To me the solution provided seems to be round robin. The program code only need 2 loops, hence it is pretty simple -- http://www.programminghelp4u.com/ -...
Programming Help
programmingh...
Offline Send Email
Sep 1, 2005
2:42 pm
21627
Of course, maybe you can use ODBC bridge, but it must make a ODBC connection, it will be more difficult I think. ... From: "Deep Vijayakar"...
Base
qingfeng_fly
Offline Send Email
Sep 1, 2005
2:42 pm
21628
Hi, I am reading a book abot design patterns where all the examples are in Java which is good. Mny times I come across this notation (this is always the...
Jessica Fan
nickandjessi...
Offline Send Email
Sep 1, 2005
2:42 pm
21629
Manuel, A good definition, found using Google, is at http://whatis.techtarget.com/definition/0,,sid9_gci214491,00.html. Bill ... Hi Pardon my ignorance, but...
billfly3@...
billfly37
Offline Send Email
Sep 1, 2005
2:43 pm
21630
... Stored procedure errors should be handled within the stored procedure itself using stored procedure syntax. If you are taling about errors that reflets to...
Programming Help
programmingh...
Offline Send Email
Sep 1, 2005
2:44 pm
21631
There is no for each in Java and moreover in Java you can not create mixed[data type] array. So an String array can hold only Strings and so on. You may have...
Druvan S
druvans
Offline Send Email
Sep 1, 2005
2:44 pm
21632
Foreach in jdk5, you can do like this Object[][] a2 = { { "a1", "obj1" }, { "a2", "obj2" }, { "a3", "obj3" }, { "a4", "obj4" }}; for (Object[] aObj : a2) { ...
Base
qingfeng_fly
Offline Send Email
Sep 1, 2005
2:45 pm
21633
... Did you check access levels to classes and methods?...
anyakinvictor
Offline Send Email
Sep 1, 2005
2:46 pm
21634
I didnt write any code for this.. i just wrote the pseudo code in the mail what exactly is your doubt billfly3@... wrote: Manuel, A good definition,...
Anurag Setia
richardjavac...
Offline Send Email
Sep 1, 2005
3:07 pm
21635
this.light represents a class instance of Light, while the "light" passed into the method is particular to that method. It just assigns the value of whatever ...
Thomas Seay
entheogens
Offline Send Email
Sep 1, 2005
3:23 pm
21636
Thanks Bill for the link on what is a Round Robin, Now that I know what a Round Robin is, this is the way I will do it: - Pseudo -- Loop for 1 to items Loop...
Manuel Tejada
visualbprogr...
Offline Send Email
Sep 1, 2005
3:56 pm
21637
The problem here is that you have used a big bang approach to develop the program. Should have used an Incremental ...
Programming Help
programmingh...
Offline Send Email
Sep 1, 2005
5:03 pm
21638
"this" is a reference to the object on which this method was called. In this case, it's the object being constructed. Almost all of the time, you will never ...
David Chuhay
thenerdwonder
Offline Send Email
Sep 1, 2005
5:03 pm
21639
Could anyboby please tell me whether this is a correct date pattern for "YYYYMMDD"?? datePat = /^(\d){2,4}(\d){1,2}(\d){1,2}$/ ...
lak ken
lak123_k
Offline Send Email
Sep 1, 2005
5:03 pm
21640
thats wrong.. this way u r assigning one item to all ppl... which is not supposed to be Manuel Tejada <visualbprogrammers@...> wrote: Thanks Bill for the...
Anurag Setia
richardjavac...
Offline Send Email
Sep 1, 2005
5:25 pm
21641
d00d, java has for each loop.. lookup jdk5 documentation and java has collections that can hold mixed data types.. ie. all kind of objects ArrayList Vector etc...
Anurag Setia
richardjavac...
Offline Send Email
Sep 1, 2005
5:30 pm
21642
Nopes.. u ll hv to make sure that when the client app is deployed on any machine.. u must deploy the jars as well Base <base.x@...> wrote:Of course, maybe...
Anurag Setia
richardjavac...
Offline Send Email
Sep 1, 2005
5:35 pm
21643
see.. all java code in jsp gets executed on the server.. not on client so for executing any java code on client u ll hv to use applet or web start Base...
Anurag Setia
richardjavac...
Offline Send Email
Sep 1, 2005
5:37 pm
Messages 21614 - 21643 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