Introduction:
A multithreaded program contains two or more parts that can run
concurrently. Each part of such a program is called a thread, and each thread defines
a separate path of execution.Thus, multithreading is a specialized form of multitasking.
Multitasking...
Packages and Interfaces
in
Packgs
- on 12:08
- No comments
package shortPackageExample;public class Balance { String name; double balance; public Balance(String name, double balance) { System.out.println("Dedfault Constructor"); ...
Module 1
in
Class,
dfgdfgjbgf,
dghhd,
fdgfdgfds,
fds,
gfh,
gfhhhhhhhhhhhhhhhhhhh,
ggggggggggggggggh,
ghdhdfhg,
ghhhhhhhhhhhhhhhhhhhhhhh,
hgggggggggggggggg
- on 12:07
- No comments
1. What will be the answer..?
>>>>>>
package pckg1;
public class Test5 {
public static void main(String[] args) {
float f1 = 3.2f;
float f2 = 3.5f;
if (f1 == 3.2){
System.out.println("f1 is True");
}else{
System.out.println("f1...
EXCEPTION HANDLING....
in
JAVA EXCEPTIONS
- on 00:18
- No comments
Error Handling
Runtime errors can be divided into low-level
errors that involve violating constraints, such as:
dereference
of a null pointer
out-of-bounds
array access
divide
by zero
attempt
to open a non-existent...
Page 1 of 11