J2EE Spring Hibernate Chapter 5: Non-Access Modifiers

In the previous chapter we saw the access modifiers public, private and protected. These are modifiers that specify/set the access levels of java elements. In this chapter we are going to take a look at other modifiers that can alter the behavior of Java elements. They are:

1. Non-Access Class Modifiers
2. Non-Access Member Modifiers

Non-Access Class Modifiers:

In our previous chapters we