zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
Core Java Interview Questions
magnet:?xt=urn:btih:c8852acf6a1ddd47d880a130293ea284b412e8a5&dn= Core Java Interview Questions
磁力链接详情
文件列表详情
c8852acf6a1ddd47d880a130293ea284b412e8a5
infohash:
150
文件数量
1.07 GB
文件大小
2021-11-10 23:40
创建日期
2024-12-20 08:23
最后访问
相关分词
Core
Java
Interview
Questions
1. Introduction/1. About this Course.mp4 12.17 MB
2. Core Java Interview Questions/1. What is Platform Independency.mp4 5.56 MB
2. Core Java Interview Questions/10. What are the differences between String and StringBuffer.mp4 3.03 MB
2. Core Java Interview Questions/100. What are daemon threads in java.mp4 6.33 MB
2. Core Java Interview Questions/101. Can we change Main Thread to daemon.mp4 769.79 KB
2. Core Java Interview Questions/102. Why to use nested classes in Java.mp4 9.42 MB
2. Core Java Interview Questions/103. Will compiler create a default constructor if there a parameterized constructor.mp4 3.29 MB
2. Core Java Interview Questions/104. Can we override static methods in Java.mp4 4.39 MB
2. Core Java Interview Questions/105. Explain on static imports in Java..mp4 7.46 MB
2. Core Java Interview Questions/106. What is an Immutable Object What is the strategy for defining Immutable Object.mp4 16.84 MB
2. Core Java Interview Questions/107. Explain on CountDownLatch..mp4 13.88 MB
2. Core Java Interview Questions/108. Explain on ThreadLocal class..mp4 16.51 MB
2. Core Java Interview Questions/109. Explain on the class ThreadGroup..mp4 40.57 MB
2. Core Java Interview Questions/11. What are the differences between StringBuffer and StringBuilder.mp4 1.07 MB
2. Core Java Interview Questions/110. Which Class is the superclass of every Class.mp4 1.82 MB
2. Core Java Interview Questions/111. Does system.exit() in try block executes finally block.mp4 1.76 MB
2. Core Java Interview Questions/112. What are Executors What is their significance.mp4 2.89 MB
2. Core Java Interview Questions/113. Explain on the interface Executor..mp4 3.89 MB
2. Core Java Interview Questions/114. Explain on the interface ExecutorService. How is it different from the interface.mp4 3.56 MB
2. Core Java Interview Questions/115. Explain on shutdown() of ExecutorService..mp4 10.61 MB
2. Core Java Interview Questions/116. Explain on shutdownNow() of ExecutorService..mp4 14.67 MB
2. Core Java Interview Questions/117. Explain on awaitTermination() of ExecutorService..mp4 9.16 MB
2. Core Java Interview Questions/118. Explain on the interface ScheduledExecutorService..mp4 14.51 MB
2. Core Java Interview Questions/119. Explain on the class Executors..mp4 8.32 MB
2. Core Java Interview Questions/12. Explain the Java Object Law for hashCode() and equals()..mp4 9.05 MB
2. Core Java Interview Questions/120. Explain on the interface ThreadFactory..mp4 6.7 MB
2. Core Java Interview Questions/121. Explain the significance of CompletionService..mp4 13.79 MB
2. Core Java Interview Questions/122. Explain the functioning of cancel() of Future class..mp4 11.51 MB
2. Core Java Interview Questions/123. Explain on Tight Coupling and Loose Coupling..mp4 32.99 MB
2. Core Java Interview Questions/124. Is it allowed to assign a parameterized type to its raw type.mp4 3.78 MB
2. Core Java Interview Questions/125. What are various Restrictions on Generics.mp4 14.41 MB
2. Core Java Interview Questions/126. What is the advantage of default methods in Interfaces.mp4 3.19 MB
2. Core Java Interview Questions/127. What is the advantage of private methods in Interfaces.mp4 3.3 MB
2. Core Java Interview Questions/128. Can we use Diamond Operator with Anonymous Classes.mp4 1.4 MB
2. Core Java Interview Questions/129. What is Implicit Casting.mp4 1.44 MB
2. Core Java Interview Questions/13. Explain on Method Overloading..mp4 6.69 MB
2. Core Java Interview Questions/130. What is Explicit Casting.mp4 1.12 MB
2. Core Java Interview Questions/131. What is OutOfMemoryError.mp4 3.16 MB
2. Core Java Interview Questions/132. Where are String values stored in memory.mp4 2.44 MB
2. Core Java Interview Questions/133. What is the difference between == and equals() method.mp4 1.79 MB
2. Core Java Interview Questions/134. What is Jar Hell ClassPath Hell.mp4 9.35 MB
2. Core Java Interview Questions/135. Explain on the interface Externalizable..mp4 25.36 MB
2. Core Java Interview Questions/136. Can you explain a few exception handling best practices..mp4 7.19 MB
2. Core Java Interview Questions/137. Name the methods of an Object class..mp4 10.51 MB
2. Core Java Interview Questions/138. Explain on Heap Polution..mp4 6.31 MB
2. Core Java Interview Questions/139. When does a Java Collection throw UnsupportedOperationException.mp4 5.66 MB
2. Core Java Interview Questions/14. Explain on Method Overriding..mp4 4.3 MB
2. Core Java Interview Questions/140. Can you explain the relationship between Lambda Expression and Functional Interf.mp4 1.42 MB
2. Core Java Interview Questions/141. Are Constructors of an object invoked when the object is de-serialized.mp4 4.3 MB
2. Core Java Interview Questions/142. Where to use and where not to use Assertions.mp4 13.62 MB
2. Core Java Interview Questions/143. For which purpose we use @SafeVarargs.mp4 4.02 MB
2. Core Java Interview Questions/144. Explain the differences between Runnable and Callable..mp4 1.94 MB
2. Core Java Interview Questions/145. Explain on LoadFactor of a HashMap..mp4 11.07 MB
2. Core Java Interview Questions/146. Explain the difference between Synchronized Collections and Concurrent Collectio.mp4 7.03 MB
2. Core Java Interview Questions/147. Explain the differences between Synchronized Map and ConcurrentHashMap..mp4 4.14 MB
2. Core Java Interview Questions/148. Explain on the interface Lock. How is it different from using synchronized appro.mp4 12.24 MB
2. Core Java Interview Questions/15. Is Multiple Inheritance allowed in Java If not, how to achieve it.mp4 10.36 MB
2. Core Java Interview Questions/16. Explain few important points on Interfaces..mp4 1.99 MB
2. Core Java Interview Questions/17. Explain the differences between Abstract Class and Interface..mp4 3.41 MB
2. Core Java Interview Questions/18. How do you call a Super Class Constructor from a Constructor.mp4 2.78 MB
2. Core Java Interview Questions/19. What are the uses of this keyword in Java.mp4 2.01 MB
2. Core Java Interview Questions/2. What is the role of ClassLoader.mp4 4.31 MB
2. Core Java Interview Questions/20. Will super class constructor gets called when no explicit call from child class.mp4 4.33 MB
2. Core Java Interview Questions/21. What is Polymorphism What are its advantages.mp4 8.6 MB
2. Core Java Interview Questions/22. What is Encapsulation.mp4 10.17 MB
2. Core Java Interview Questions/23. Explain on Nested Inner class..mp4 7.68 MB
2. Core Java Interview Questions/24. Explain on Method-Local Inner class..mp4 3.57 MB
2. Core Java Interview Questions/25. Explain on Anonymous Inner class..mp4 3.68 MB
2. Core Java Interview Questions/26. Explain on Static Nested class.mp4 2.14 MB
2. Core Java Interview Questions/27. Explain on default access modifier..mp4 6.29 MB
2. Core Java Interview Questions/28. Explain on Protected access modifier..mp4 4.49 MB
2. Core Java Interview Questions/29. Explain on Private access modifier..mp4 2.11 MB
2. Core Java Interview Questions/3. What is the use of join method in threads.mp4 7.45 MB
2. Core Java Interview Questions/30. Explain on final modifier..mp4 1.65 MB
2. Core Java Interview Questions/31. Explain on Enhanced For Loop..mp4 1.8 MB
2. Core Java Interview Questions/32. What is the need for finally block.mp4 6.41 MB
2. Core Java Interview Questions/33. In what scenarios the code in finally block will not get executed.mp4 1.84 MB
2. Core Java Interview Questions/34. Can you explain the hierarchy of Exception Handling classes.mp4 3.4 MB
2. Core Java Interview Questions/35. What is the difference between Error and Exception.mp4 7.88 MB
2. Core Java Interview Questions/36. What is the difference between Checked Exceptions and Unchecked Exceptions.mp4 6.15 MB
2. Core Java Interview Questions/37. Can you explain about try with resources.mp4 6.45 MB
2. Core Java Interview Questions/38. What is an Enum.mp4 8.56 MB
2. Core Java Interview Questions/39. What are Variable Arguments or varargs.mp4 5.47 MB
2. Core Java Interview Questions/4. Is Java pass by value or pass by reference.mp4 8.42 MB
2. Core Java Interview Questions/40. Explain on Automatic Garbage Collection..mp4 9.87 MB
2. Core Java Interview Questions/41. Explain on finalize()..mp4 6.8 MB
2. Core Java Interview Questions/42. What is Serialization Explain..mp4 16.2 MB
2. Core Java Interview Questions/43. What is serialVersionUID Explain..mp4 10.55 MB
2. Core Java Interview Questions/44. What are the important interfaces in the Collection Hierarchy.mp4 18.19 MB
2. Core Java Interview Questions/45. What are the important methods that are declared in the Collection Interface.mp4 11.88 MB
2. Core Java Interview Questions/46. Explain on ArrayList..mp4 9.97 MB
2. Core Java Interview Questions/47. Explain on Enumeration Interface..mp4 7.05 MB
2. Core Java Interview Questions/48. Explain on Iterator..mp4 10.47 MB
2. Core Java Interview Questions/49. Explain on ListIterator..mp4 23.07 MB
2. Core Java Interview Questions/5. What is the purpose of introduction of Generics.mp4 25.56 MB
2. Core Java Interview Questions/50. How do you sort elements in an ArrayList using Comparable interface.mp4 14.16 MB
2. Core Java Interview Questions/51. How do you sort an ArrayList using Comparator interface.mp4 10.05 MB
2. Core Java Interview Questions/52. Is Enumeration fail-fast.mp4 2.49 MB
2. Core Java Interview Questions/53. Is Iterator fail-fast.mp4 2.66 MB
2. Core Java Interview Questions/54. How Vector is different from an ArrayList.mp4 2.51 MB
2. Core Java Interview Questions/55. What is LinkedList How is it different from an ArrayList.mp4 8.4 MB
2. Core Java Interview Questions/56. Explain on Queue Interface..mp4 7.18 MB
2. Core Java Interview Questions/57. What are the important interfaces and classes related to the Set Interface.mp4 4.14 MB
2. Core Java Interview Questions/58. What is the difference between Set and SortedSet interfaces.mp4 5.64 MB
2. Core Java Interview Questions/59. What is a HashSet.mp4 4.13 MB
2. Core Java Interview Questions/6. What is the difference between PATH and CLASSPATH.mp4 7.31 MB
2. Core Java Interview Questions/60. What is a LinkedHashSet How is it different from HashSet.mp4 9.14 MB
2. Core Java Interview Questions/61. Explain on NavigableSet..mp4 7.48 MB
2. Core Java Interview Questions/62. What is a TreeSet How is it different from HashSet.mp4 3.74 MB
2. Core Java Interview Questions/63. Explain briefly about Deque Interface.mp4 10.01 MB
2. Core Java Interview Questions/64. Explain on BlockingQueue interface..mp4 9.52 MB
2. Core Java Interview Questions/65. What is the difference between Map and SortedMap.mp4 12.95 MB
2. Core Java Interview Questions/66. Explain on Navigable Map..mp4 13.22 MB
2. Core Java Interview Questions/67. Explain on CopyOnWriteArrayList.mp4 8.16 MB
2. Core Java Interview Questions/68. What is difference between fail-fast and fail-safe iterators.mp4 7.91 MB
2. Core Java Interview Questions/69. Explain on Atomic Classes..mp4 9.37 MB
2. Core Java Interview Questions/7. Why isn't Java a 100% object-oriented language.mp4 4.52 MB
2. Core Java Interview Questions/70. How do you declare a Generic Class.mp4 3.74 MB
2. Core Java Interview Questions/71. How can we restrict Generics to a subclass of particular class.mp4 4.26 MB
2. Core Java Interview Questions/72. Give an example of Generic Method..mp4 2.61 MB
2. Core Java Interview Questions/73. What are the different ways in which a thread can be created.mp4 5.11 MB
2. Core Java Interview Questions/74. What are the different states of a Thread.mp4 6.75 MB
2. Core Java Interview Questions/75. What is priority of a thread How do you change the priority of a thread.mp4 6.13 MB
2. Core Java Interview Questions/76. Can a static method be synchronized.mp4 7.84 MB
2. Core Java Interview Questions/77. Explain on the method Yield()..mp4 4.74 MB
2. Core Java Interview Questions/78. Explain on the methods wait() and notify(). Implement Producer-Consumer scenario.mp4 29.41 MB
2. Core Java Interview Questions/79. What is a Stream.mp4 6.64 MB
2. Core Java Interview Questions/8. Explain on static blocks..mp4 8.53 MB
2. Core Java Interview Questions/80. Explain on intermediate and terminal operations in streams..mp4 4.81 MB
2. Core Java Interview Questions/81. What are Method References What are the various kinds of method references.mp4 17.68 MB
2. Core Java Interview Questions/82. Explain Java coding conventions for classes.mp4 2.51 MB
2. Core Java Interview Questions/83. Explain Java Coding standards for interfaces..mp4 847.31 KB
2. Core Java Interview Questions/84. Explain Java Coding standards for Methods..mp4 1.07 MB
2. Core Java Interview Questions/85. Explain about instanceof operator in Java..mp4 8.7 MB
2. Core Java Interview Questions/86. Can we have multiple classes in single file.mp4 1.98 MB
2. Core Java Interview Questions/87. What all access modifiers are allowed for top class.mp4 2.65 MB
2. Core Java Interview Questions/88. Explain Naming Conventions for Packages..mp4 6.32 MB
2. Core Java Interview Questions/89. Can we write any code after throw statement.mp4 2.26 MB
2. Core Java Interview Questions/9. Why do we need Wrapper Classes.mp4 8.03 MB
2. Core Java Interview Questions/90. Explain when NoClassDefFoundError will be raised..mp4 1.91 MB
2. Core Java Interview Questions/91. Explain when ClassNotFoundException will be thrown..mp4 3.6 MB
2. Core Java Interview Questions/92. What are different types of multitasking.mp4 1.97 MB
2. Core Java Interview Questions/93. What is the difference between process and thread.mp4 3.98 MB
2. Core Java Interview Questions/94. What is a lock or purpose of a lock in Java.mp4 4.21 MB
2. Core Java Interview Questions/95. In how many ways we can do synchronization in Java.mp4 4.8 MB
2. Core Java Interview Questions/96. Assume that a thread has lock on it,will calling sleep() on that thread release.mp4 1.99 MB
2. Core Java Interview Questions/97. Among the two ways of creating a thread, what is the best way.mp4 1.48 MB
2. Core Java Interview Questions/98. Explain about interrupt() method of thread class..mp4 8.14 MB
2. Core Java Interview Questions/99. Explain which of the following methods release the lock when executed.mp4 1.17 MB
3. Conclusion/1. The Beginning.mp4 2.58 MB
其他位置