Posts tagged ‘Interface’

 

Java Interface rules

Read full article  | 4 Comments

Let’s start with a short Java question: Bellow you can see the interface ‘Test’. Which lines in that interface will be rejected by the compiler? The answer is: lines: 7,8,9,10 I am sure that even many of the experienced java developers will not have a 100% success answering this question because it can be confusing. [...]

Read More