This is kind of a weird senario. This question was at the java state championship I was at a few weeks ago. Here was the question:
Which type of class cannot be instantiated:
abstract
static
(choices I can't remember..they were wrong)
Would both abstract and static be correct answers? I've never heard of static classes, but if there is such a thing, wouldn't it be the Dot operator that calls it, and not an instantiation?