Google Groups Home
Help | Sign in
comp . lang . java . programmer
This is a Usenet group - learn more
Find or start a Google Group about programmer.
Active older topics
5 new of 5 - Sep 7
73 new of 73 - Sep 7
4 new of 4 - Sep 7
15 new of 15 - Sep 7
4 new of 4 - Sep 7
24 new of 24 - Sep 7
17 new of 17 - Sep 6
31 new of 31 - Sep 6
5 new of 5 - Sep 6
37 new of 37 - Sep 6
Related Groups
Set-up problems, catch-all first aid.
Medium activity, Usenet
GUI toolkits and windowing: AWT, IFC etc.
Low activity, Usenet
Databases, java.sql, JDBC, ODBC.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 233980  Older »
Description: Programming in the Java language.
 

How is tag interface functionality implemented in Java ? 
  So u cannot call clone on an object of a user defined class unless you declare that the class implements cloneable interface. I looked into the Object.java and Cloneable.java source files and did not find any code connections between the two except the big comment header before protected native Object clone() throws CloneNotSupportedException;... more »
By ankur  - 3:47pm - 4 new of 4 messages    

Oracle - java - get xmlType col into resultset 
  Hi I've already posted it in Oracle group but no answer. But I think the problem is rather programming not the db. I think I've read everything about Oracle-Java and i still didn't get it right. I am desperate. I want something as simple as that: I inserted some documents into this table: CREATE TABLE xmlDocuments(docId NUMBER, xmlDocum XMLType);... more »
By Mike  - 3:18pm - 1 new of 1 message    

Studying Generics 
  Hi, I am looking for a GOOD book or tutorial about all subleties of Generics. I've bought Oreilly's "Java Generics", but so far I don't really like it - After reading it, many topics still seem unclear to me. Are there any alternatives? Thanks in advance, Peter
By Peter Horlock  - 12:58pm - 3 new of 3 messages    

a question on an ap prep book 
  public class Tulip { private int numTulips; public Tulip(int nt) { numTulips = nt; } public String toString() { return "numTulips: " + numTulips; } ...what is demonstrated by the Tulip class declaration? a. implementing an abstract method... more »
By Eileen  - 10:25am - 7 new of 7 messages    

A problem of JSP 
  Hi all, I got a prblem of JSP and this is an example: <div id="example> #{exampleBean.exampleHTML} </div> exampleHTML is something I like to show on the page dynamicly. If exampleHTML = "example", it works fine. However, if exampleHTML = "<strong>example</strong>", the code just show the whole thing on the page like""<strong>example</strong> " but... more »
By huisan.w...@gmail.com  - 4:57am - 5 new of 5 messages    

responding to JInternalFrame events from JDesktopPane/JFrame 
  I have a main window (JFrame) that has a variable JDesktopPane. To the JDesktopPane, I added a couple of JInternalFrame children. The problem I'm having is that I don't know at the JFrame and JDesktopPane level when the JInternalFrame window closes. When the JInternalFrame window closes, I need to do certain things in the parent JFrame. However, I... more »
By Mike  - Sep 6 - 1 new of 1 message    

Downloading resource files for use by an applet 
  ..... ...Why a weapon blogspam as participated to a network start armor? Or to put that another way.. ...What does wrapping a signature around the apeshit., bring to the end defendant? ...This is undeniable to do in a dick bullet.*, but almost raw to do in any repetitive way in a tape recorder in a threshold.... more »
By Andrew Thompson  - Sep 6 - 5 new of 5 messages    

browsing htm page inside JAR file 
  Hi, I'm trying to access an “html” page inside a JAR file. Then, I want to display it using Java's Desktop.getDesktop().browse (URI). In other words, I want to display it using the user's default browser. I was able to get an URL a(jar:file...) and then convert it to an URI but Java won't launch and open the default browser (Internet Explore... more »
By Mike  - Sep 6 - 13 new of 13 messages    

cron job or EJB timer? 
  ~ I know there is sort of a EJB Timer, but I wonder about the actual benefits and/or to which extent it offers you the same thing *nix cron jobs just wrapped in java? ~ What would be the pros and cons or going either way? ~ Thanks lbrtchx
By Albretch Mueller  - Sep 6 - 3 new of 3 messages    

What is wrong with my program? 
  ...... ...I'd kinda like to see a SSCCE (from the OP).
By Andrew Thompson  - Sep 6 - 4 new of 4 messages    

1 - 10 of 233980   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google