Recent Discussions in Java . XML . AJAX . J2EE . Web services


To join this group, send a blank email to Java_Official-subscribe@yahoogroups.com or visit http://groups.yahoo.com/group/Java_Official



  1. Re: need sorce
    hi refer to java.sun.com this is only the best one. Regards, Kartik Soni, 09820173221 ... From: negar55375 <negar55375@...> Subject: [Java] need sorce ...
    - Thu, 04 Dec 2008 01:44:47 GMT
  2. StringBuffer Argment - doubt
    Hi Folks, Could you all please let me know why, the contents of stringbuffer "S1"  printed in line 3 (//3)and line 4(//4) are not same, even though the s2 has...
    - Thu, 04 Dec 2008 01:44:45 GMT
  3. Re: hi everyone
    Please, be more specific. What is it supposed to do? What is it doing instead? Does it output any error message? The better your question the more likely...
    - Tue, 02 Dec 2008 05:15:06 GMT
  4. hi everyone
    can u tell me what is wrong with this cod public void inputGrads() { Scanner in = new Scanner (System.in); System.out.printf("%s\n%s\n,", "enter the integer...
    - Fri, 28 Nov 2008 01:19:53 GMT
  5. urgent
    heyy i am going to start my final year project ..based on wireless information system i plan to develop a mobile phone emulator to interact with the...
    - Tue, 25 Nov 2008 21:50:15 GMT
  6. Re: impact of JAR file with large size for web application .
    ... large size. in our web application ?... ... WEB-INF\lib ...many file jar with large size available. My question is , what the influences to my application...
    - Tue, 25 Nov 2008 21:47:37 GMT
  7. Re: impact of JAR file with large size for web application .
    ... It might make it take up a lot of memory, but if your web service requires so many libraries and is that big, it should be running on a dedicated server...
    - Sat, 22 Nov 2008 00:07:51 GMT
  8. Application Server throws Exception "An unexpected error has been de
    Hello All,     I am facing 1 problem that the Application Server i am using is throwing the error "An unexpected error has been detected by HotSpot Virtual...
    - Sat, 22 Nov 2008 00:07:50 GMT
  9. Re: Joshua Bloch on Strangeness in the Java Platform
    ... The problem with eliminating null references is that you would have to set the value of any variable where it was declared. That would prevent people from...
    - Mon, 17 Nov 2008 23:19:23 GMT
  10. need sorce
    hello everybody i have to give a conference about java swing package in order to introduce java gui, i guess. so i need a great sorce which gives me ...
    - Fri, 14 Nov 2008 18:23:32 GMT
  11. Re: Databases, CallableStatement and function returning RECORD.
    There are 2 ways to do this: 1) Do a query that you know will return a single row. Your database method can return the RowSet. 2) Define a Java Bean that has...
    - Fri, 14 Nov 2008 18:23:27 GMT
  12. Re: Joshua Bloch on Strangeness in the Java Platform
    Hi, John, Glad to see there's someone else that disagrees with Sun's decision not to use operator overloading. I agree that "saving developers from themselves"...
    - Fri, 14 Nov 2008 18:23:26 GMT
  13. Databases, CallableStatement and function returning RECORD.
    Dear group, I have been searching for some time for a solution: How to retrieve a RECORD as a return value of database function through JDBC? I have tried few...
    - Thu, 13 Nov 2008 21:05:48 GMT
  14. Re: Inheritance Question. Pls Respond.
    @hasan, this is not due to different parameters. If you call s.scale(1) where scale is accepting a long parameter then it (1) would dynamically converted to...
    - Thu, 13 Nov 2008 21:05:34 GMT
  15. Re: Inheritance Question. Pls Respond.
      Basically scale method is not overrided Because it has different parameters in both classes.............   The rule is that in polymorphism if a method is...
    - Thu, 13 Nov 2008 21:05:32 GMT