Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-21-2007, 11:33 AM
Senior Member
 
Join Date: Nov 2007
Posts: 111
bugger is on a distinguished road
finalize keyword
Can someone tell me about finalize keyword. Is it a special type of "final" which is used to declare constants.

Thanks in advance.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-21-2007, 11:47 AM
CaptainMorgan's Avatar
Moderator
 
Join Date: Dec 2007
Location: NewEngland, US
Posts: 841
CaptainMorgan will become famous soon enoughCaptainMorgan will become famous soon enough
Send a message via AIM to CaptainMorgan
Have a look see.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 09-25-2008, 05:56 PM
Member
 
Join Date: Sep 2008
Posts: 2
kishoreakkala is on a distinguished road
hi every one,please tell me difference between object and instance
hi i dont know main difference between object and instance,according java terminolozy we said that servlet instance is created , but we can't say servlet object what is the difference?
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 09-30-2008, 06:30 PM
tOpach's Avatar
Member
 
Join Date: Sep 2008
Location: Ankara-TURKEY
Posts: 18
tOpach is on a distinguished road
instance means just creating a reference(copy) .

object :means when memory location is associated with the object( is a runtime entity of the class) by using the new operator

interface is a set of abstract methods, all of which have to be overriden by the class whichever implements the interface

abstract class is a collection of data and methods which are abstact (not all of them)
__________________
A stitch in time saves nine
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 10-01-2008, 02:08 PM
Senior Member
 
Join Date: Sep 2008
Posts: 131
georgemc is on a distinguished road
There is no "finalize" keyword. There's a method called finalize on java.lang.Object, but it isn't a keyword
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 10-01-2008, 02:21 PM
Senior Member
 
Join Date: Sep 2008
Posts: 208
Darryl.Burke is on a distinguished road
Zombie alert.
Bookmark Post in Technorati
Reply With Quote
  #7 (permalink)  
Old 10-01-2008, 02:28 PM
Senior Member
 
Join Date: Sep 2008
Posts: 131
georgemc is on a distinguished road
LOL not used to these 'ere forums yet, didn't spot that!
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keyword : volatile peiceonly Advanced Java 9 09-26-2008 09:00 AM
transient keyword Java Tip Java Tips 0 12-11-2007 12:27 PM
Method with final keyword javaplus New To Java 2 11-29-2007 11:39 AM
Use of this keyword Java Tip Java Tips 0 11-18-2007 09:32 PM
keyword color changer aisaki New To Java 0 08-05-2007 05:12 PM


All times are GMT +3. The time now is 02:23 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org