English
Türkçe
[email protected]
  • HOME PAGE
  • LESSON
  • QUESTION
  • DATA-BANK
  • BLOG
  • APPS

YouTube Kanalımız

ÇOK YAKINDA SİZLERLE

What are the Main Benefits of Collections Framework in Java ?

Main benefits of Collections Framework in Java are as follows...

189 Java

What is the Difference Between Throw and Throws in Java ?

Java provides throw keyword to throw an exception from a method or a static block. Java provides throws...

207 Java

What are the Differences Between a Checked and Unchecked Exceptions in Java ?

Checked Exceptions extend Throwable class, but they do not extend RuntimeException or...

195 Java

What is String Interning in Java ?

String interning refers to the concept of using only one copy of a distinct String value that is Immutable...

178 Java

Why Do We Use finalize Method in Java ?

Java provides finalize() method to perform any cleanup before Garbage Collection. This method is in Object...

210 Java

How Does Garbage Collection Work in Java ?

Java has an automated process called Garbage Collector for Memory Management. It is a daemon in JVM that monitors...

229 Java

Why Java Provides Garbage Collector ?

In Java, there are no pointers. Memory management and allocation is done by JVM. Since memory allocation...

191 Java

How Can We Reference an Unreferenced Object Again in Java ?

We can provide implementation in finalize() method to reference and unreferenced object. For an unreferenced...

237 Java

Why Do We Use Nested Classes in Java ?

Encapsulation :Nested classes increase encapsulation. Let say there are two top-level classes, Foo and Bar...

201 Java

What is the Difference Between a Nested Class and an Inner Class in Java ?

An Inner class in Java is non-static class. It is a type of Nested class that is defined in another class but not...

196 Java

What is Template Method Design Pattern in Java ?

It is a behavioral design pattern. We can use it to create an outline for an algorithm or a complex operation...

191 Java

What are the Main Uses of Singleton Design Pattern in Java ?

Some of the main uses of Singleton design pattern in Java are as follows...

188 Java

How Strategy Design Pattern is Different From State Design Pattern in Java ?

State design pattern is a behavioral design pattern that is use for defining the state machine for an object. Each state of...

189 Java

When Will You Use Strategy Design Pattern in Java ?

Strategy pattern is very useful for implementing a family of algorithms. It is a behavioral design pattern...

197 Java

What is a Filter in JSP ?

We can define filters in JSP to intercept requests from a client or to change response from a server...

184 Java

What is the Difference Between sendRedirect and forward in a JSP ?

Both forward and sendRedirect are mechanisms of sending a client to another page. The main difference between these two are as follows...

200 Java

How Will You Use a Cookie in JSP ?

We can use a Cookie in JSP by performing following steps...

195 Java

What is the Difference Between Expression and Scriptlet in JSP ?

We use Expression in a JSP to return a value and display it at a specific location. It is generally used for dynamically...

208 Java

What are the Important Status Codes in HTTP ?

Every HTTP request comes back with a status code from the server. The important status codes in HTTP are as follows...

187 Technology

How Will You Implement Error Page in JSP ?

To implement an error-handling page in JSP, we first create a JSP with error page handling information. In most of the...

193 Java

Total Result : 909
  • 18
  • 19
  • 20
  • 21
  • 22

DATA-BANK CATEGORY

  • .NET ( 40 )
  • C# ( 53 )
  • DevExpress ( 20 )
  • Flutter ( 1 )
  • Go ( 1 )
  • Hardware General ( 142 )
  • HTML ( 8 )
  • Internet General ( 40 )
  • Java ( 150 )
  • JavaScript ( 37 )
  • Kotlin ( 1 )
  • Ms Sql ( 127 )
  • Network General ( 7 )
  • Oracle ( 1 )
  • Python ( 1 )
  • Ruby ( 1 )
  • Security General ( 6 )
  • Software General ( 5 )
  • Swift ( 2 )
  • Technology ( 295 )
  • Unity ( 28 )
  • Visual Basic ( 17 )
  • Visual Studio ( 7 )
© 2012-2023 - All Rights Reserved. Yazilim Ders