The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 The Open Road: Looking Ahead to Java 7
Subject:  Block constructs?
Date:  2007-08-15 18:51:44
From:  firefight


What changes are proposed under "Block Constructs"?

I imagine something like Ada and PL/SQL where you can have blocks nested arbitrarily with their own scope and function declarations:

PROCEDURE foo IS
var NUMBER;
PROCEDURE bar IS
.. and so on..
BEGIN ...
END;
BEGIN
bar();
END;

 Feed java.net RSS Feeds