Hi all,

Today I installed jdk1.8.0_20 on my computer and typed a simple example code in MyEclipse 6.0 IDE, the code listed below:


import java.util.List;

public class Test5
{
public...