Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

1).Is Object class abstract or not?
2).Is main method(public static void main(String args[])low
priority thread or high priority thread?

Answer Posted / p.sreekiran

Object is a class not an abstract class
main method is heigh priority thread

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a null class?

1029


What are the differences between wait() and sleep()?

1048


What is difference between overloading and overriding in java?

1071


What is class and object in java?

1060


What is the difference between JDK and JVM?

1337


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

1131


what is mutual exclusion? : Java thread

1065


Why singleton pattern is better than creating singleton class with static instance?

1051


What is an array length?

956


What is a newline character in java?

1084


What is an array in java?

1280


What is boolean strategy?

1176


Write a program to find the greatest of three numbers in java?

1050


What is the length of a string?

1081


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

1141