vote up -1 vote down star
1

As I was typing some constants in Java I noticed I had used 4 keywords in a row, which Eclipse highlighted for me: public static final int. I then took a break from my regular coding and asked myself (and google with no relevant results) what the longest chain of keywords I can use and still have valid code. After a while, the best I could come up with was this method definition:

public synchronized static final strictfp int a() { ...

which is 6 keywords in Java. Is it possible to go 7, or even higher? What about other languages?

flag

79% accept rate
Make this a community wiki, else it will probably be closed! – Konrad Rudolph Nov 7 at 21:54
What is this an exact duplicate of? – Stefan Kendall Nov 7 at 22:00
It's been marked as ed of stackoverflow.com/questions/672977/… which is similar, but C# – Pete Kirkham Nov 7 at 22:39

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.