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...

193 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...

212 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...

197 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...

180 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...

214 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...

234 Java

Why Java Provides Garbage Collector ?

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

194 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...

240 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...

203 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...

199 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...

194 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...

191 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...

191 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...

200 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...

185 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...

203 Java

How Will You Use a Cookie in JSP ?

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

198 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...

216 Java

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...

197 Java

What is a Directive in JSP ?

JSP directive is a mechanism to pass message to JSP container. JSP directive does not produce an output to the page. But it communicates with JSP container...

222 Java

Total Result : 150
  • 3
  • 4
  • 5
  • 6
  • 7

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