SpiceQA
Questions
Tags
Users
Badges
user_8339668
@user_8339668
0
reputation
0
answers
13
questions
About Me
// Hello, World !
Top Answers
Code Example of "obscuring" as per JLS (6.4.2. Obscuring), especially this "local variable or type can obscure a package"
2 votes
Top Questions
Why ArrayList add() and add(int index, E) complexity is amortized constant time? Why not O(1) for add(), O(n) for add(int index, E)?
22 votes
1 answers
Code Example of "obscuring" as per JLS (6.4.2. Obscuring), especially this "local variable or type can obscure a package"
9 votes
4 answers
target/ vs /target/ in .gitignore
4 votes
1 answers
Why List<String> can't simultaneously be argument of a Base-class generic method and Derived-class non-generic method?
4 votes
2 answers
Different treatment of ? in extends and super
4 votes
2 answers