Big Data Interview Questions JAVA related 1-1 ) What is the difference between List and Set ? The problem of getting old is still a commonplace here: List features: elements are placed in order, elements can be repeated, Set features: elements are not placed in order, elements cannot be repeated . 1-2 ) Three paradigms of databases? Atomicity, consistency, uniqueness 1-3 ) Java's io illustration class 1-4 ) Difference between object and reference object Object is a good object is not initialized, the referenced object even if the object has been initialized, the initialization can make your own direct new can also be directly to other assignments, then back new or back other assignment we call a reference to the object, The biggest difference is 1-5 ) Talk about your understanding of reflection mechanism and its use? There are three ways of obtaining the reflection, namely: the forName / getClass / directly class manner using reflection may obtain an instance of t...