Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
Search Coderanch
Advance search
Google search
Register / Login
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
Ron McLeod
Paul Clapham
Devaka Cooray
Tim Cooke
Sheriffs:
Rob Spoor
Liutauras Vilda
paul wheaton
Saloon Keepers:
Tim Holloway
Tim Moores
Mikalai Zaikin
Carey Brown
Piet Souris
Bartenders:
Stephan van Hulst
Forum:
Java in General
can we make an interface as tagged interface?
kiran kumar
Greenhorn
Posts: 18
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
Can we make our own interface as tagged or marked interface and what is the use of marked interface?
Thanks in advance.
Thanks & Regards,<br />Bhuvan Samrat.
Ulf Dittmer
Rancher
Posts: 43081
77
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Please use the Search link at the top of the page to find the many,
many
previous discussions on this subject.
This FAQ entry
may also help.
Campbell Ritchie
Marshal
Posts: 79826
388
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
If you are using Java5 or 6 use
annotations
instead.
Jim Yingst
Wanderer
Posts: 18671
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I think you're referring to a
marker interface
. Using that term will probably give you better results in the
search
.
"I'm not back." - Bill Harding,
Twister
This tiny ad is wafer thin:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Serializable Problem
Reg : marker interface
How Marker Interface works
Static Interfaces
Interface variables
More...