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


can we write program without class

Answers were Sorted based on User's Feedback



can we write program without class..

Answer / ashok reddy

2 ans for this question.

1.in a class class name and the constructor is must. so we cant write a file without class.(for this reason only the compiler adds a default constructor)

2.dont write anything inside a text doc(Empty text doc) and save this file as somename.java. it is possible to compile this file but it doesnot produce any .class file.

Is This Answer Correct ?    14 Yes 6 No

can we write program without class..

Answer / jain mayur

no we cant write any program without class.because its
purely object oriented.

Is This Answer Correct ?    6 Yes 1 No

can we write program without class..

Answer / sitaram

class with out name is called ananamous class.

Is This Answer Correct ?    5 Yes 5 No

can we write program without class..

Answer / bhargavi rani

no.becoz java is pure object oriented language.so all the
member functions and datamembers must be write inside the
class.here we can also say that class is an example for
encapsulation.encapsulation is binding data and member
functions in a single unit.

Is This Answer Correct ?    2 Yes 2 No

can we write program without class..

Answer / poobalan

without creating class we will not wtite a program.

Is This Answer Correct ?    2 Yes 2 No

can we write program without class..

Answer / mahipal

no,because java is purely object oriented language,so we can't create the objects with out writing a class.And also we can save the code as classname.java that's the reason also we must create a class

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Core Java Interview Questions

What are the advantages of arraylist over arrays?

0 Answers  


How many types of array are there?

0 Answers  


Is there is any difference between a scrollbar and a scrollpane?

0 Answers  


Write a function to print Fibonacci series and Tribonacci series?

0 Answers   Hexaware,


What are the Main functions of Java?

0 Answers   Akamai Technologies,


What is string literal in java?

0 Answers  


What is pass by value?

0 Answers  


What is the biggest integer?

0 Answers  


Is vector synchronized in java?

0 Answers  


How we can execute any code even before main method?

0 Answers  


What is meant by method?

0 Answers  


What is split return?

0 Answers  


Categories