• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JCA API Documentation

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Going through the JCA1.5 API documentation :
In javax.resource package,

javax.naming.Referenceable interface documentation reads like :

public interface Referenceable
extends javax.naming.Referenceable
The Referenceable interface extends the javax.naming.Referenceable interface.

Can interface and class have same name ? If yes can interface extend a class with same name as interface?

Kindly reply,

Regards
Manoj
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
javax.resource.Referenceable doesn't have the same name as javax.naming.Referenceable. They belong to different packages.
[ July 05, 2005: Message edited by: Paul Sturrock ]
 
Manoj Kumar Pathak
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yup clear now.

Regards
Manoj
reply
    Bookmark Topic Watch Topic
  • New Topic