Sessions
Example Project
>
default
>
Counter2.java
Counter2.java
public class Counter2 {
public Integer addFive(Integer num) {
return num + 5;
} }