Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Recent questions tagged Class
Home
Tag
Class
0
votes
Q: What are the Data Types supported by Java? What is Autoboxing and Unboxing?
asked
Jul 2
in
JAVA
by
rajeshsharma
(
23.9k
points)
datatypesjava
jsppage
abstract
continue
for
new
switch
assert
default
goto
package
synchronized
boolean
do
if
private
this
break
double
implements
protected
throw
byte
else
import
public
throws
case
enum
instanceof
return
transient
catch
extends
int
short
try
char
final
interface
static
void
class
finally
long
strictfp
volatile
const
float
native
super
while
0
votes
Q: How HashMap works in Java?
asked
Jul 2
in
JAVA
by
rajeshsharma
(
23.9k
points)
hashmap
jsppage
abstract
continue
for
new
switch
assert
default
goto
package
synchronized
boolean
do
if
private
this
break
double
implements
protected
throw
byte
else
import
public
throws
case
enum
instanceof
return
transient
catch
extends
int
short
try
char
final
interface
static
void
class
finally
long
strictfp
volatile
const
float
native
super
while
0
votes
Q: What is the importance of finally block in exception handling?
asked
Jul 2
in
JAVA
by
rajeshsharma
(
23.9k
points)
exceptionhandling
jsppage
abstract
continue
for
new
switch
assert
default
goto
package
synchronized
boolean
do
if
private
this
break
double
implements
protected
throw
byte
else
import
public
throws
case
enum
instanceof
return
transient
catch
extends
int
short
try
char
final
interface
static
void
class
finally
long
strictfp
volatile
const
float
native
super
while
0
votes
Q: What does the “static” keyword mean? Can you override private or static method in Java?
asked
Jul 2
in
JAVA
by
rajeshsharma
(
23.9k
points)
static-keyword
jsppage
abstract
continue
for
new
switch
assert
default
goto
package
synchronized
boolean
do
if
private
this
break
double
implements
protected
throw
byte
else
import
public
throws
case
enum
instanceof
return
transient
catch
extends
int
short
try
char
final
interface
static
void
class
finally
long
strictfp
volatile
const
float
native
super
while
0
votes
Q: What is JDBC?
asked
Jul 2
in
JAVA
by
rajeshsharma
(
23.9k
points)
jdbc
java
jsppage
abstract
continue
for
new
switch
assert
default
goto
package
synchronized
boolean
do
if
private
this
break
double
implements
protected
throw
byte
else
import
public
throws
case
enum
instanceof
return
transient
catch
extends
int
short
try
char
final
interface
static
void
class
finally
long
strictfp
volatile
const
float
native
super
while
0
votes
Q: What is a JSP Page?
asked
Jul 1
in
JAVA
by
sharadyadav1986
(
31.6k
points)
jsppage
abstract
continue
for
new
switch
assert
default
goto
package
synchronized
boolean
do
if
private
this
break
double
implements
protected
throw
byte
else
import
public
throws
case
enum
instanceof
return
transient
catch
extends
int
short
try
char
final
interface
static
void
class
finally
long
strictfp
volatile
const
float
native
super
while
0
votes
Q: What is the difference between an Applet and a Java Application?
asked
Jul 1
in
JAVA
by
sharadyadav1986
(
31.6k
points)
javaapplication
applet
abstract
continue
for
new
switch
assert
default
goto
package
synchronized
boolean
do
if
private
this
break
double
implements
protected
throw
byte
else
import
public
throws
case
enum
instanceof
return
transient
catch
extends
int
short
try
char
final
interface
static
void
class
finally
long
strictfp
volatile
const
float
native
super
while
0
votes
Q: What is JVM? Why is Java called the “Platform Independent Programming Language”?
asked
Jul 1
in
JAVA
by
sharadyadav1986
(
31.6k
points)
platformindependentprogramminglanguage
abstract
continue
for
new
switch
assert
default
goto
package
synchronized
boolean
do
if
private
this
break
double
implements
protected
throw
byte
else
import
public
throws
case
enum
instanceof
return
transient
catch
extends
int
short
try
char
final
interface
static
void
class
finally
long
strictfp
volatile
const
float
native
super
while
0
votes
Q: What are the two types of Exceptions in Java? Which are the differences between them?
asked
Jul 1
in
JAVA
by
sharadyadav1986
(
31.6k
points)
java-exceptions
abstract
continue
for
new
switch
assert
default
goto
package
synchronized
boolean
do
if
private
this
break
double
implements
protected
throw
byte
else
import
public
throws
case
enum
instanceof
return
transient
catch
extends
int
short
try
char
final
interface
static
void
class
finally
long
strictfp
volatile
const
float
native
super
while
0
votes
Q: How can we define a base class in swift?
asked
Nov 8, 2022
in
Swift
by
SakshiSharma
(
32.2k
points)
class
swift
0
votes
Q: What is the difference between class and structure?
asked
Nov 8, 2022
in
Swift
by
SakshiSharma
(
32.2k
points)
class
structure
0
votes
Q: Like Java’s java.lang.Object class, what is the super class of all classes in Scala?
asked
Sep 12, 2022
in
Scala Constructs
by
Robin
(
14.5k
points)
scala
class
0
votes
Q: Which mechanism helps in the process of naming as well as visibility control of the classes and their content?
asked
Aug 21, 2022
in
JAVA
by
sharadyadav1986
(
31.6k
points)
java
class
0
votes
Q: Out of these classes, which one allows a user to define their own formatting pattern for time and dates?
asked
Aug 21, 2022
in
JAVA
by
sharadyadav1986
(
31.6k
points)
java
class
pattern
0
votes
Q: Out of these methods, which one can be used for converting all the characters present in a String into an Array of characters?
asked
Aug 21, 2022
in
JAVA
by
sharadyadav1986
(
31.6k
points)
java
methods
class
0
votes
Q: To rename the Manager for a given class, what attribute type can be used in models.Manager() on that model?
asked
Jun 28, 2022
in
Django
by
Robin
(
14.5k
points)
django
class
0
votes
Q: Differentiate between the Thread class and Runnable interface for creating a Thread?
asked
Jun 17, 2022
in
JAVA
by
sharadyadav1986
(
31.6k
points)
thread
class
java
0
votes
Q: What are the ways to instantiate the Class class?
asked
May 7, 2021
in
JAVA
by
sharadyadav1986
(
31.6k
points)
java
class
instantiate
Java-questions-answers
0
votes
Q: What is the purpose of using java.lang.Class class?
asked
May 7, 2021
in
JAVA
by
sharadyadav1986
(
31.6k
points)
java
class
Java-questions-answers
+1
vote
Q: Can an Interface have a class?
asked
May 5, 2021
in
JAVA
by
SakshiSharma
(
32.2k
points)
#interface
class
Java-questions-answers
Page:
1
2
next »
...