Tagged Questions

1
vote
8answers
218 views

Java array declaration without hard coding the size

How can I initialize an array of objects of a class in another class without hardcoding its size?
0
votes
3answers
52 views

should i use the web framework for implementing a bunch of external links that likely won't change?

i'm building my webapp using the wicket java web framework. there is one page that i'm building right now contains 20+ external links, a lot of them are pointing to the wikipedia pages. i'm currently ...