-
Pointer and shared memory in Java.
Hi,
I am a senior C++ (Visual C++) developer and software designer. I am currently
doing a research on
Java technology. I have a little knowledge in Java language and I am wondering
if JAVA supports pointers,
dynamic memory allocation and shared memory technologies.
Really appreciate nay helps.
MT
-
Re: Pointer and shared memory in Java.
Does Java support pointers? Yes, they're called object references in Java.
Dynamic memory allocation? Yes, that happens automatically when you create
an object. Shared memory technologies? Sorry, I don't know what that
means.
PC2
Brian Hoang <manhtriet@yahoo.com> wrote in message
news:3a40e6f7$1@news.devx.com...
>
> Hi,
>
> I am a senior C++ (Visual C++) developer and software designer. I am
currently
> doing a research on
> Java technology. I have a little knowledge in Java language and I am
wondering
> if JAVA supports pointers,
> dynamic memory allocation and shared memory technologies.
>
> Really appreciate nay helps.
>
> MT
-
Re: Pointer and shared memory in Java.
For shared memory tech., look into JavaSpaces at
http://java.sun.com/products/javaspaces/index.html. It allows for the
sharing of objects between JVMs.
Brent Worden
http://www.Brent.Worden.org/
"Brian Hoang" <manhtriet@yahoo.com> wrote in message
news:3a40e6f7$1@news.devx.com...
>
> Hi,
>
> I am a senior C++ (Visual C++) developer and software designer. I am
currently
> doing a research on
> Java technology. I have a little knowledge in Java language and I am
wondering
> if JAVA supports pointers,
> dynamic memory allocation and shared memory technologies.
>
> Really appreciate nay helps.
>
> MT
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