Results 1 to 7 of 7
Thread: New To java
- 11-24-2014, 09:08 AM #1
Member
- Join Date
- Nov 2014
- Posts
- 8
- Rep Power
- 0
- 11-24-2014, 02:02 PM #2
Re: New To java
Did you try asking a Search engine?
If you don't understand my response, don't ignore it, ask a question.
- 11-24-2014, 04:38 PM #3
Senior Member
- Join Date
- Jan 2013
- Location
- Northern Virginia, United States
- Posts
- 6,226
- Rep Power
- 13
Re: New To java
The JavaTM Tutorials | SSCCE | Java Naming Conventions
Poor planning on your part does not constitute an emergency on my part
- 11-24-2014, 05:39 PM #4
Just a guy
- Join Date
- Jun 2013
- Location
- Netherlands
- Posts
- 5,114
- Rep Power
- 12
Re: New To java
Yeah most people don't know how to google. This is nothing Java specific so you can put the question into context for Google by adding the word "programming" in front of it. So Google: programming marker interface.
And then I guess it is this first hit:
Marker interface pattern - Wikipedia, the free encyclopedia"Syntactic sugar causes cancer of the semicolon." -- Alan Perlis
- 11-25-2014, 07:09 AM #5
Member
- Join Date
- Nov 2014
- Posts
- 8
- Rep Power
- 0
- 11-25-2014, 07:19 AM #6
Member
- Join Date
- Nov 2014
- Posts
- 8
- Rep Power
- 0
Re: New To java
according to as i know marker interface means it does't contain any methods,but it providing some run time functionality to objects by jvm like who r implementing that interface.for example "Serializable"interface.for our interface also we can provide that type of functionality?if yes,how it?then i want to know internal implementation.
- 11-25-2014, 07:21 AM #7
Member
- Join Date
- Nov 2014
- Posts
- 8
- Rep Power
- 0
Bookmarks