07 2018 档案

摘要:Dear readers, these Data Structures & Algorithms Interview Questionshave been designed specially to get you acquainted with the nature of questions yo 阅读全文
posted @ 2018-07-22 20:38 VickyFengYu 阅读(143) 评论(0) 推荐(0)
摘要:Data Structure Interview Questions 1) What is Data Structure? Explain. Data structure is a way that specifies how to organize and manipulate the data. 阅读全文
posted @ 2018-07-22 19:32 VickyFengYu 阅读(213) 评论(0) 推荐(1)
摘要:Spring Interview Questions 1) What is Spring? It is a lightweight, loosely coupled and integrated framework for developing enterprise applications in 阅读全文
posted @ 2018-07-22 17:56 VickyFengYu 阅读(268) 评论(0) 推荐(0)
摘要:Spring Boot Interview Questions 1) What is Spring Boot? Spring Boot is a Spring module which provides RAD (Rapid Application Development) feature to S 阅读全文
posted @ 2018-07-22 17:53 VickyFengYu 阅读(299) 评论(0) 推荐(0)
摘要:Java Garbage Collection, I/O Stream, Serialziation and Networking interview questions Garbage Collection Interview Questions 117) What is Garbage Coll 阅读全文
posted @ 2018-07-22 16:33 VickyFengYu 阅读(206) 评论(0) 推荐(0)
摘要:OOPs: Polymorphism, Abstraction and Package interview questions 1 2 3 4 5 6 7 8 Core Java - OOPs : Polymorphism Interview Questions Core Java - OOPs : 阅读全文
posted @ 2018-07-22 16:32 VickyFengYu 阅读(257) 评论(0) 推荐(0)
摘要:Core Java: Basics of Java Interview Questions Core Java: Basics of Java Interview Questions 1) What is difference between JDK,JRE and JVM? JVM JVM is 阅读全文
posted @ 2018-07-22 16:31 VickyFengYu 阅读(179) 评论(0) 推荐(0)
摘要:Java Exception and String interview questions 1 2 3 4 5 6 7 8 Java : Exception Handling Interview Questions Java : Exception Handling Interview Questi 阅读全文
posted @ 2018-07-22 16:01 VickyFengYu 阅读(173) 评论(0) 推荐(0)
摘要:20 Java Collections Interview Questions In java, collection interview questions are mostly asked by the interviewers. Here is the list of mostly asked 阅读全文
posted @ 2018-07-22 13:11 VickyFengYu 阅读(116) 评论(0) 推荐(0)
摘要:Java Multithreading Interview Questions Multithreading and Synchronization is considered as the typical chapter in java programming. In game developme 阅读全文
posted @ 2018-07-22 13:10 VickyFengYu 阅读(142) 评论(0) 推荐(0)
摘要:Basic Java Interview Questions Q1. Explain JDK, JRE and JVM? JDK vs JRE vs JVM Q2. Explain public static void main(String args[]). public : Public is 阅读全文
posted @ 2018-07-15 17:42 VickyFengYu 阅读(476) 评论(0) 推荐(0)
摘要:原文: http://guispor7.iteye.com/blog/936664 按位与运算符(&) 参加运算的两个数据,按二进制位进行“与”运算。 运算规则:0&0=0; 0&1=0; 1&0=0; 1&1=1; 即:两位同时为“1”,结果才为“1”,否则为0 例如:3&5 即 0000 001 阅读全文
posted @ 2018-07-11 14:07 VickyFengYu 阅读(815) 评论(0) 推荐(0)
摘要:Prior to Java 8, HashMap and all other hash table based Map implementation classes in Java handle collision by chaining, i.e. they use linked list to 阅读全文
posted @ 2018-07-07 08:06 VickyFengYu 阅读(197) 评论(0) 推荐(0)
摘要:https://dzone.com/articles/hashmap-performance https://javarevisited.blogspot.com/2016/01/how-does-java-hashmap-or-linkedhahsmap-handles.html 阅读全文
posted @ 2018-07-06 21:02 VickyFengYu 阅读(114) 评论(0) 推荐(0)
摘要:https://www.javatpoint.com/java-multithreading-interview-questions 1) What is multithreading? Multithreading is a process of executing multiple thread 阅读全文
posted @ 2018-07-04 17:22 VickyFengYu 阅读(172) 评论(0) 推荐(0)
摘要:https://www.nginx.com/resources/glossary/load-balancing/ https://docs.nginx.com/nginx/admin-guide/load-balancer/ http://www.infoq.com/cn/news/2014/09/ 阅读全文
posted @ 2018-07-04 08:43 VickyFengYu 阅读(144) 评论(0) 推荐(0)