0 votes
in JAVA by
What is OutOfMemoryError in Java?

1 Answer

0 votes
by

Subclass of java.lang.Error which usually happens when our Java Virtual Machine runs out of memory is known as OutOfMemoryError in Java.

Related questions

+2 votes
asked Jul 27, 2021 in JAVA by SakshiSharma
+3 votes
asked May 13, 2021 in JAVA by rajeshsharma
...