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.

Messages

  Messages Help
Advanced
Messages 26841 - 26870 of 31601   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26841
Hi Babita Garbage collection is used to reclaim the memory from unreachable objects When a request comes for new object creation,the JVM try to allocate memory...
bajranglal chitlangi
cbajranglal
Offline Send Email
Aug 1, 2006
7:20 am
26842
Hello, You can use the BouncyCastle provider (http://www.bouncycastle.org/). Docs about instalation a new security provider you can find at ...
Florin Diaconu
ilc_2004
Offline Send Email
Aug 1, 2006
7:20 am
26843
Hello, Use the Calendar object. Calendar cal = Calendar.getInstance(); cal.set(2006, Calendar.JULY, 31); int dayOfWeek = cal.get(Calendar.DAY_OF_WEEK); Best...
Florin Diaconu
ilc_2004
Offline Send Email
Aug 1, 2006
7:20 am
26844
Hi, In java, garbage collection (also known as GC) is a form of automatic memory management. The garbage collector or collector attempts to reclaim garbage, or...
Arpan Khandelwal
arpan1982_mics
Offline Send Email
Aug 1, 2006
7:20 am
26845
In the first case you can say that B is a A, so that wherever there expected a A, you can always give it a B. for example: class C{ void method1(A a){ ... } ...
liuzhaohui
Offline
Aug 1, 2006
7:22 am
26846
hi, here is the solution for u public class calendar { public static void main(String args[]) { Calendar calendar = new GregorianCalendar(2006,7,1); String...
aarthi r
aarthirajend...
Offline Send Email
Aug 1, 2006
7:22 am
26847
You might want to have a look at http://www1.sitraka.com/JUG/meetings/presentations/sep02/JUG%20Sept%202002.P PT and http://java.sun.com/docs/hotspot/gc1.4.2/ ...
Sameer Kulkarni
sameerkulk500
Offline Send Email
Aug 1, 2006
7:22 am
26848
HI: i want to make a class which can read html file and store every thing inside <body> </body> tag. can anyone help?? ... Do you Yahoo!? Get on board. You're...
Jay
jabirfayyaz
Offline Send Email
Aug 1, 2006
7:28 am
26849
Hi all, my question is: Is it possible to create an *.exe file from my *class files. that when ill double click on this *.exe file, it will run automatically ...
shiv_sunprabhu
Offline
Aug 1, 2006
7:33 am
26850
Hi, Was wondering if any of Has worked or tuned the websphere ecommerce server ? Peace [Non-text portions of this message have been removed]...
All time Schizophrenic
navnitis
Offline Send Email
Aug 1, 2006
4:23 pm
26851
Using the reflect we can get the method,constructor,field what a class have, i want the returntype and arguments also can u help me thanks in advance Bala........
Bala Subramanian
bala_java3d
Offline Send Email
Aug 1, 2006
4:24 pm
26852
Could you elaborate your question ? if u want to parse a html document read htmltoolkit parsers in java .. ... thing inside <body> </body> tag. can anyone...
shelke_mahendra
Offline
Aug 1, 2006
4:24 pm
26853
There is a known bug using swing on Linux... there are problems with characters like double quotes and single quotes... This is a known bug that will be solved...
Vinicius Souza
gamedevbr2003
Offline Send Email
Aug 1, 2006
4:26 pm
26854
sorry 4 the in convience actually the question is System.out.println(010|4) here its not divison or mod symbol, its a pipe symbol. wat will b ethe o/p and...
sandeep kumar
sandeepkumar...
Offline Send Email
Aug 1, 2006
4:28 pm
26855
Hi everybody, I write one jsp file which contain useBean tag. In that bean i written code for generating dynamic XML using transfromation and parser. I import...
ndkedia
Offline Send Email
Aug 1, 2006
4:30 pm
26856
which is your OS? My machine has 3 OS (Windows xp, Windows vista and Ubuntu Linux 6.06 LTS). My main OS is Ubuntu, the other two I use for working purpose. I...
Vinicius Souza
gamedevbr2003
Offline Send Email
Aug 1, 2006
4:31 pm
26857
can anyone provide some material on Internationalization? ... Groups are talking. We&acute;re listening. Check out the handy changes to Yahoo! Groups. ...
Manisha Arora
mani_taru
Offline Send Email
Aug 1, 2006
4:37 pm
26858
Simple OR operation is taking place , refer any book of digital number system or anywhere where 4 java bitwise OR AND ...so on .. sandeep kumar...
Puneet Raj Srivastava
puneet_20apr
Offline Send Email
Aug 1, 2006
5:22 pm
26859
Hi, The name "garbage collection" implies that objects no longer needed by the program are "garbage" and can be thrown away. A more accurate word might be...
Uday Bhasker Matta
uday.java
Offline Send Email
Aug 1, 2006
9:25 pm
26860
Hello, A short answer: no. A long one: There are some tools that do that, but there are not free and they have some limits (eg. works only for console...
Florin Diaconu
ilc_2004
Offline Send Email
Aug 1, 2006
9:25 pm
26861
Hi All, How is the Polymorphism related to Abstract Class and Interface? Thanks, Babita....
Babita Sachdeva
bsachdeva_2005
Offline Send Email
Aug 1, 2006
9:28 pm
26862
Hi Bajranglal, I like your response. I have one more question for you regarding the same topic. I believe that Garbage Collector thread is used. How does...
Babita Sachdeva
bsachdeva_2005
Offline Send Email
Aug 1, 2006
9:29 pm
26863
the word polymorphism means "havin many from". In java... a single interface can be used to perform different operation. this is how polymorphism is related...
krunal bhatt
krunal_d_bhatt
Offline Send Email
Aug 2, 2006
5:32 am
26864
... It's pretty easy to use a shell script. Either a bat file on windows or a bash script on Unix. I think newer versions of windows will actually allow...
Jim C.
j_c_llings
Offline Send Email
Aug 2, 2006
5:32 am
26865
Hi If you want to make a exe file of a class file. It is better to make a JAR or batch file and you can execute that as a exe file. Thanks Vab ... Here’s a...
Vabhav Jain
vkjain_20apr
Offline Send Email
Aug 2, 2006
5:32 am
26866
u can see the java tutorial at javasoft.com there u find the topic i18n u can hv loot of material there __________________________________________________ Do...
tushar behere
needtushar
Offline Send Email
Aug 2, 2006
5:32 am
26867
Please post the code. ________________________________ From: Java_Official@yahoogroups.com [mailto:Java_Official@yahoogroups.com] On Behalf Of ndkedia Sent:...
Kishore Shewani
kishore_kks
Offline Send Email
Aug 2, 2006
5:33 am
26868
well it obviously depends on the main purpose. in most of the cases *nix is the preferred chooice when it comes to production env. linux is good but *nix has...
amey samant
ameyas7
Offline Send Email
Aug 2, 2006
5:33 am
26869
i hav html file as following <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
Jay
jabirfayyaz
Offline Send Email
Aug 2, 2006
5:33 am
26870
I use winxp and redhat :dual boot Vinicius Souza <tuxhunter@...> wrote: which is your OS? My machine has 3 OS (Windows xp, Windows vista and...
Puneet Raj Srivastava
puneet_20apr
Offline Send Email
Aug 2, 2006
5:33 am
Messages 26841 - 26870 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