The Artima Developer Community
Sponsored Link

Java Buzz Forum
Why Java is Not My Favorite Language — Reason #36

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter Williams

Posts: 165
Nickname: pezra
Registered: Apr, 2005

Just is a random programmer.
Why Java is Not My Favorite Language — Reason #36 Posted: Jun 3, 2005 11:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Peter Williams.
Original Post: Why Java is Not My Favorite Language — Reason #36
Feed Title: Peter Williams' Weblog
Feed URL: http://pezra.barelyenough.org/blog/category/technology/software/java/feed
Feed Description: Random thoughts about Java programming.
Latest Java Buzz Posts
Latest Java Buzz Posts by Peter Williams
Latest Posts From Peter Williams' Weblog

Advertisement
Member access modifiers apply that the class level not the object level. For example, the following perfectly legal in Java. class Foo { private String name; public String someOneElsesName(Foo another) { return another.name; } } The method someOneElsesName() returns [...]

Read: Why Java is Not My Favorite Language — Reason #36

Topic: Eye Of The Tiger Previous Topic   Next Topic Topic: J2ME Articles

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use