Java language development into the line in mind

Interview

1.Java basic language data types: 8 types integer, floating-point type, char type and boolean types.

2. Remove the string specified element: abcabcabc delete ab.

3.ArrayList LinkedList class and class differences:

  ArrayList class using internal memory array elements, support efficient random access, support dynamic resizing;

  Internal storage element linked list LinkedList class enables quick insertion / deletion of elements, does not support efficient random access;

  Vector class methods are all synchronized synchronized.

4. Security thread: Vector HashTable StringBuffer.

5.https://www.baidu.com/link?url=1mcNKOtWbHErkuVSSd1bfPos4vQDEkgNh38Vny3uaiU4rsxjCfRI2cgbt8F7vx38FCe8jTrePMkgWK6nu3zkfH9gpGxghS_MfManvSrNe4G&wd=&eqid=c263ee09005f45df000000035d8e193f

Guess you like

Origin www.cnblogs.com/sketeton/p/11615126.html