Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Define the fields of a class using dynamic data.(META PROGRAMMING)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Martin Gregorie, post: 3698306"] I'd use String.split() rather that mess round with substring and its subscript trappings. Better to define the class using a constructor with a single String[] parameter and put the class-specific field naming and conversions in the constructor. If any of the conversions can throw Exceptions I'd move them to a separate method, e.g. void parse(String[] args) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Define the fields of a class using dynamic data.(META PROGRAMMING)
Top