-
Why Java is not supporting the Pointer Concept...?
Hi Friends,
Why Java is not supporting the Pointer Concept...?
give me the answer.
-
Pointer Concept is reasonable in case you're using non-OO methodology.
Object Oriented Programming means that there's no memory, CPU, Hard Drive, etc. All you have is a space full of objects. Thus, all the items in Java are Objects.
This is the basic concept of OOP & Java.
-
A lot of programming errors occur from the use of pointers. Java is designed to provide a strong type-checking, memory managing programming and program execution environment. The existence of pointers in a language makes the guarantee of type safety and memory management more difficult (if not impossible).
Similar Threads
-
Replies: 9
Last Post: 09-19-2007, 05:58 AM
-
By aruna_mishra in forum Java
Replies: 4
Last Post: 08-29-2007, 04:09 PM
-
Replies: 1
Last Post: 05-13-2005, 06:46 AM
-
By JJ in forum Enterprise
Replies: 1
Last Post: 07-06-2000, 04:50 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks