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...


What are possible key words, we can use to declare a class?

Answers were Sorted based on User's Feedback



What are possible key words, we can use to declare a class?..

Answer / javamasque

public, abstract and final

Is This Answer Correct ?    8 Yes 0 No

What are possible key words, we can use to declare a class?..

Answer / ambadas

public final strictfp default abstract

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What does it mean that a method or field is “static”?

0 Answers  


In Java, what are this() and super(), and where are you required to use them?

2 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


What does provide mean construction?

0 Answers  


Can It is possible to synchronize the constructor of a Java Class?

0 Answers  


What is numeric function?

0 Answers  


Why string objects are immutable in java?

0 Answers  


Can we write multiple catch blocks under single try block?

0 Answers  


Can we have this () and super () together?

0 Answers  


What are the advantages of packages in java?

5 Answers  


Is java 11 paid version?

0 Answers  


How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance

2 Answers   TCS,


Categories