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

YouTube Kanalımız

ÇOK YAKINDA SİZLERLE

How Can You Upload a Large File in JSP ?

To upload a file by JSP we can use <input type=”file”> in the Form data being passed from HTML...

211 Java

How Can Be Read Data From a Form in a JSP ?

There is a built-in request object in a JSP that provides methods to read Form data. Some of the methods are as follows...

190 Java

How Do You Debug Code in JSP ?

In simplest form we can write logger statements or System.out.println() statements to write messages to log files...

246 Java

How Will You Pass Information From One JSP to Another JSP ?

We can pass information from one JSP to another by using implicit objects. If different JSP are called in same session...

204 Java

What is Difference Between Include Directive and Include Action of JSP ?

Some of the main differences between include Directive and include Action are as follows...

208 Java

What is the Lifecycle Stages of JSP ?

JSP has following lifecycle stages...

210 Java

What are the Advantages of Using JSP in Web Architecture ?

We get following advantages by using JSP in web architecture...

216 Java

How Can You Determine If Your Program Has a Deadlock in Java ?

If we suspect that our application is stuck due to a Deadlock, then we just take a thread dump by using the command specific...

197 Java

Why an Object Used as Key in HashMap Should Be Immutable in Java ?

The Key object should be immutable so that hashCode() method always return the same value for that object...

201 Java

How Will You Make an Object Immutable in Java ?

To make an object immutable follow these two rules. One, do not use any setter methods that can change the fields...

196 Java

Why Should You Define a Default Constructor in Java ?

In general, Java provides a default constructor with each class. But there are certain cases when we want to...

210 Java

Why Does Java Provide Default Constructor ?

In Java all the interaction takes place between Object instances. To create an Object instance, JVM needs...

193 Java

What is Information Hiding in Java ?

Information hiding is OOPS concept. In Java you can use encapsulation to do Information hiding. An object...

254 Java

What is the Reason to Organize Classes and Interfaces in a Package in Java ?

As the name suggests, a package contains a collection of classes. It helps in setting the category of a file...

188 Java

Why Do You Use Upcasting or Downcasting in Java ?

When we want to cast a Sub class to Super class, we use Upcasting. It is also known as widening. Upcasting is always allowed in Java...

214 Java

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

A Class is a template or a blue print of an Object to be created. An Object is an instance of a Class. A Class...

190 Java

What are the Rules of Method Overloading and Method Overriding in Java ?

When we want to overload a method, we need to make sure that the method name remains same. But method...

201 Java

What is the Use of Run Time Polymorphism in Java ?

During the run time the behavior of an Object can change based on its run time state. Due to this run time...

209 Java

Why String Class is Immutable or Final in Java ?

Since String objects are cached in a String pool, it makes sense to make the String immutable. The cached String...

195 Java

Why Java Does Not Support Operator Overloading ?

Java supports Method overloading but does not support operator overloading. It would make the design more...

221 Java

Total Result : 909
  • 13
  • 14
  • 15
  • 16
  • 17

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