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...
Hello, Use the Calendar object. Calendar cal = Calendar.getInstance(); cal.set(2006, Calendar.JULY, 31); int dayOfWeek = cal.get(Calendar.DAY_OF_WEEK); Best...
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...
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){ ... } ...
hi, here is the solution for u public class calendar { public static void main(String args[]) { Calendar calendar = new GregorianCalendar(2006,7,1); String...
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/ ...
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...
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 ...
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........
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...
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...
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...
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...
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...
can anyone provide some material on Internationalization? ... Groups are talking. We´re listening. Check out the handy changes to Yahoo! Groups. ...
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...
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...
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...
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...
... 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...
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...
u can see the java tutorial at javasoft.com there u find the topic i18n u can hv loot of material there __________________________________________________ Do...
Please post the code. ________________________________ From: Java_Official@yahoogroups.com [mailto:Java_Official@yahoogroups.com] On Behalf Of ndkedia Sent:...
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...