User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:47, 28 May 2018 (diff | hist) . . (+19) . . Main Page
- 14:15, 27 May 2018 (diff | hist) . . (+4,084) . . N JSP (Created page with "==What is a JSP Page ?== A Java Server Page (JSP) is a text document that contains two types of text: static data and JSP elements. Static data can be expressed in any text-ba...")
- 14:11, 27 May 2018 (diff | hist) . . (+7,371) . . N Servlets (Created page with "==What is a Servlet ?== The servlet is a Java programming language class used to process client requests and generate dynamic web content. Servlets are mostly used to process...") (current)
- 14:08, 27 May 2018 (diff | hist) . . (+35) . . JAVA (→Java Interview Questions and Answers)
- 14:07, 27 May 2018 (diff | hist) . . (+5,578) . . N Remote Method Invocation (RMI) (Created page with "==What is RMI ?== The Java Remote Method Invocation (Java RMI) is a Java API that performs the object-oriented equivalent of remote procedure calls (RPC), with support for dir...") (current)
- 14:04, 27 May 2018 (diff | hist) . . (+42) . . JAVA (→Java Interview Questions and Answers)
- 13:57, 27 May 2018 (diff | hist) . . (+2,031) . . N JDBC (Created page with "==What is JDBC ?== JDBC is an abstraction layer that allows users to choose between databases. JDBC enables developers to write database applications in Java, without havi...") (current)
- 13:54, 27 May 2018 (diff | hist) . . (+16) . . JAVA (→Java Interview Questions and Answers)
- 13:50, 27 May 2018 (diff | hist) . . (-46) . . Exception Handling (→What are the two types of Exceptions in Java ? Which are the differences between them ?) (current)
- 13:49, 27 May 2018 (diff | hist) . . (+2,262) . . N Exception Handling (Created page with "==What are the two types of Exceptions in Java ? Which are the differences between them ?== Java has two types of exceptions: checked exceptions and U...")
- 13:47, 27 May 2018 (diff | hist) . . (+30) . . JAVA (→Java Interview Questions and Answers)
- 13:44, 27 May 2018 (diff | hist) . . (+88) . . Garbage Collectors (→What is the difference between Serial and Throughput Garbage collector ?) (current)
- 13:39, 27 May 2018 (diff | hist) . . (-15) . . Garbage Collectors (→When is the finalize() called ? What is the purpose of finalization ?)
- 13:36, 27 May 2018 (diff | hist) . . (+2,842) . . N Garbage Collectors (Created page with "==What is the purpose of garbage collection in Java, and when is it used ?== The purpose of garbage collection is to identify and discard those objects that are no longer need...")
- 13:32, 27 May 2018 (diff | hist) . . (+30) . . JAVA (→Java Interview Questions and Answers)
- 13:09, 27 May 2018 (diff | hist) . . (+20) . . General Questions about Java (current)
- 13:09, 27 May 2018 (diff | hist) . . (+20) . . General Questions about Java
- 11:58, 27 May 2018 (diff | hist) . . (+14) . . Java Collections (→What do you know about the big-O notation and can you give some examples with respect to different data structures ?) (current)
- 11:56, 27 May 2018 (diff | hist) . . (+27) . . Java Collections (→What is Java Priority Queue ?)
- 11:52, 27 May 2018 (diff | hist) . . (+14) . . Java Collections (→What is Comparable and Comparator interface ?)
- 11:47, 27 May 2018 (diff | hist) . . (-41) . . Java Collections (→What is difference between ArrayList and LinkedList ?)
- 11:44, 27 May 2018 (diff | hist) . . (+20) . . Java Collections (→What is difference between ArrayList and LinkedList ?)
- 11:41, 27 May 2018 (diff | hist) . . (+17) . . Java Collections (→What is difference between Array and ArrayList ? When will you use Array over ArrayList ?)
- 11:39, 27 May 2018 (diff | hist) . . (+6) . . Java Collections (→What differences exist between HashMap and Hashtable ?)
- 11:37, 27 May 2018 (diff | hist) . . (+8) . . Java Collections (→What differences exist between HashMap and Hashtable ?)
- 11:35, 27 May 2018 (diff | hist) . . (+18) . . Java Collections (→How HashMap works in Java ?)
- 11:32, 27 May 2018 (diff | hist) . . (+31) . . Java Collections (→What is difference between fail-fast and fail-safe ?)
- 11:28, 27 May 2018 (diff | hist) . . (+19) . . Java Collections (→What differences exist between Iterator and ListIterator ?)
- 11:26, 27 May 2018 (diff | hist) . . (+12) . . Java Collections (→What is an Iterator ?)
- 11:18, 27 May 2018 (diff | hist) . . (-28) . . Java Collections
- 11:17, 27 May 2018 (diff | hist) . . (+10,708) . . N Java Collections (Created page with "* == What are the basic interfaces of Java Collections Framework ? == Java Collections Framework provides a well designed set of interfaces and classes that support operations...")
- 11:05, 27 May 2018 (diff | hist) . . (+28) . . JAVA (→Java Interview Questions and Answers)
- 11:04, 27 May 2018 (diff | hist) . . (+2,753) . . N Java Threads (Created page with "# What is the difference between processes and threads ? #* A process is an execution of a program, while a Thread is a single execution sequence within a process. A process c...")
- 10:50, 27 May 2018 (diff | hist) . . (+24) . . JAVA (→Java Interview Questions and Answers)
- 06:25, 27 May 2018 (diff | hist) . . (+435) . . General Questions about Java
- 06:23, 27 May 2018 (diff | hist) . . (+6) . . General Questions about Java
- 06:21, 27 May 2018 (diff | hist) . . (+40) . . General Questions about Java
- 06:14, 27 May 2018 (diff | hist) . . (+5,500) . . N General Questions about Java (Created page with " # What is JVM ? Why is Java called the “Platform Independent Programming Language” ? A Java virtual machine (JVM) is a process virtual machine that can execute Java byte...")
- 05:51, 27 May 2018 (diff | hist) . . (+4) . . JAVA (→Java Interview Questions and Answers)
- 05:50, 27 May 2018 (diff | hist) . . (+39) . . JAVA (→Java Interview Questions and Answers)
- 05:46, 27 May 2018 (diff | hist) . . (-12) . . JAVA
- 05:46, 27 May 2018 (diff | hist) . . (+129) . . N JAVA (Created page with "* == Java 7 == * == Java 8 == * == Java 9 == * == Java 10 == * == Java Frameworks == * == Java Interview Questions and Answers ==")
- 04:37, 27 May 2018 (diff | hist) . . (-76) . . Object Oriented Programming (OOP)
- 04:36, 27 May 2018 (diff | hist) . . (+2,268) . . Object Oriented Programming (OOP)
- 04:28, 27 May 2018 (diff | hist) . . (+621) . . N Object Oriented Programming (OOP) (Created page with "Java is a computer programming language that is concurrent, class-based and object-oriented. The advantages of object oriented software development are shown below: * Modular...")
- 04:27, 27 May 2018 (diff | hist) . . (+50) . . N Programming Languages (Created page with "* Object Oriented Programming (OOP) * JAVA") (current)
- 04:26, 27 May 2018 (diff | hist) . . (-21) . . Main Page
- 04:03, 27 May 2018 (diff | hist) . . (+672) . . N OOP (Created page with "Java is a computer programming language that is concurrent, class-based and object-oriented. The advantages of object oriented software development are shown below: * Modular...") (current)
- 03:59, 27 May 2018 (diff | hist) . . (+65) . . N ProgrammingLanguages (Created page with "* Object Oriented Programming (OOP) * JAVA World") (current)
- 03:55, 27 May 2018 (diff | hist) . . (-425) . . Main Page
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)