Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Andrew Phillips
Andrew Phillips has asked
4
questions and find answers to
12
problems.
Stats
378
EtPoint
125
Vote count
4
questions
12
answers
About
Andrew Phillips questions
Why does a generic cast of a List<? extends Set..> to List<Set..> succeed on Sun JDK 6 but fail to compile on Oracle JDK 7?
What is the common practice for targeting Foreign Servers in Oracle WebLogic Server
Why does a hidden static method compile under Sun JDK 6 but cause a compile failure under OpenJDK 6 and 7?
Andrew Phillips answers
Passing functions for all applicable types around
Creating a custom Hibernate UserType - What does isMutable() mean?