Forum: Java Sep 30th, 2009 |
| Replies: 11 Views: 351 even if we specify extends to other class.It extends to object class. |
Forum: Java Sep 29th, 2009 |
| Replies: 11 Views: 351 Anyway its extending the object class. Or How these Object class is made super class to our class. How our class know that Object class is super class with out explicitly extending? |
Forum: Java Sep 29th, 2009 |
| Replies: 11 Views: 351 ok.So it is multiple inheritence right.extending to two classes.How jdk peoples implemented that ? |
Forum: Java Sep 28th, 2009 |
| Replies: 11 Views: 351 Thanks for the replies.I want to know how these implementation happens.ie extending object class invisibly and extending to Other class explicitly. |
Forum: Java Sep 26th, 2009 |
| Replies: 11 Views: 351 I know java doesnot support multiple inheritence.lets say my class A extends B.Now my class A is extending class B as well as Object Class .how this happens?Why class A gets compiled? |
Forum: Java Aug 26th, 2008 |
| Replies: 3 Views: 1,311 Can any one send me a link to to download a Datepicker for my swing based application.The date picker must support the default locale.ie when i give a US date ,It must be shown as the defult locale... |
Forum: Java Aug 7th, 2008 |
| Replies: 3 Views: 1,311 Hi Friends,
Please help me to find out the different date format of the countirs, ie MM/dd/YYYY is the dateformats of US and dd/MM/YYYY is for india.lke this i want to compare a date with all... |
Forum: Java Aug 6th, 2008 |
| Replies: 3 Views: 1,311 Sir,
is there any method which return the Local on giving a date as argument.
publlic Locale getLocale(Date d){
//
return locale
}
help me to get the locale. |
Forum: Java Jul 25th, 2008 |
| Replies: 1 Views: 1,970 Hi friends,
This is my first post in this forum.
How can i get the locale(country name) from a system date.My intention is
date display must determine from system what the locale is and... |
Forum: Java Feb 21st, 2008 |
| Replies: 7 Views: 777 I am new to java, I went to an interview yesterday....Interviewer asked me What is Object Oriented programming...I find a bit difficulty is aswering for that.Can you please give a good explanation... |
Forum: Java Jan 9th, 2008 |
| Replies: 2 Views: 3,064 Friends,
I am stuck here , I am downloading some files from a url uing GZIPInputStream.I need to store this files.So i declared a bytearray with specified length.As i am downloading files with... |
Forum: Java Sep 22nd, 2007 |
| Replies: 3 Views: 1,835 Thanks You for ur valuable reply.. |
Forum: Java Sep 21st, 2007 |
| Replies: 3 Views: 1,835 Hi friends,
please help me to solve this.
i need to read the elements from xml file.I am using sax api.
My xml looks like this :->
<test>
<test1>hello1</test1> |
Forum: Java Sep 21st, 2007 |
| Replies: 7 Views: 5,682 |
Forum: Java Sep 12th, 2007 |
| Replies: 7 Views: 5,682 There is one web application which is already running,I want to get the xml file from that application.I need to get the data from that xml.What is the procedure for getting that file..? |
Forum: Java Sep 12th, 2007 |
| Replies: 7 Views: 5,682 Thanks Peter for you reply.
I had created the user freindly xml editor.there are some drop-downs. To populate these drop downs, i need a xml file,which is placed in the server.How can i get that... |
Forum: Java Sep 12th, 2007 |
| Replies: 7 Views: 5,682 Hi,
i want to get an xml file from a web application. what are the procedures to access the file. |
Forum: Java Sep 6th, 2007 |
| Replies: 1 Views: 628 What is a nested beans?i want to create a nested bean for my application?Please help
Thanks |
Forum: Java Aug 23rd, 2007 |
| Replies: 2 Views: 4,304 Please help me to get calender date from the given Julian date(1187610073812).
Thanks in Advance..:) |
Forum: Java May 28th, 2007 |
| Replies: 1 Views: 1,028 Hi Freinds,
I am learning Ant Tool,I developed a java program which is using an external jar file.I had set it in the classpath.I can run that program from my command line,but not able to run... |
Forum: Java Sep 26th, 2006 |
| Replies: 1 Views: 823 Hi
is it possible to import static methods and varibles.if possible whats happening internally....Please advice... |
Forum: Java Sep 18th, 2006 |
| Replies: 1 Views: 948 How can we make a class immutable..? |
Forum: Java Sep 18th, 2006 |
| Replies: 3 Views: 945 |
Forum: Java Sep 18th, 2006 |
| Replies: 3 Views: 945 Hi Frnds,
What is System.out.println..?How this three are related..? |