The Artima Developer Community
Sponsored Link

Java Buzz Forum
Emulate the Internal keyword in Java

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
Lahlali Issam

Posts: 30
Nickname: issam
Registered: Jul, 2009

Lahlali Issam is a lead developer for JArchitect
Emulate the Internal keyword in Java Posted: Apr 3, 2013 5:43 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Lahlali Issam.
Original Post: Emulate the Internal keyword in Java
Feed Title: Go Inside Java open source projects
Feed URL: https://javadepend.wordpress.com/feed/
Feed Description: Analyse open source Java projects to go inside their design and implementation.
Latest Java Buzz Posts
Latest Java Buzz Posts by Lahlali Issam
Latest Posts From Go Inside Java open source projects

Advertisement
C# introduced the internal keyword to enables information hiding across program boundaries. It can improve the ease of maintenance on much larger programs. When a public class is declared as internal, it’s accessible from the assembly containing this class, but hidden from any other assembly using it. Java doesn’t have an equivalent of the internal [...]

Read: Emulate the Internal keyword in Java

Topic: Java EE 7 and EJB 3.2 support in JBoss AS 8 Previous Topic   Next Topic Topic: About.com 2013 Readers' Choice Awards Winners

Sponsored Links



Google
  Web Artima.com   

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