Sign Up | Sign In
Ask Questions & Get Answers at ibibo sawaal
Refine By Date
Refine By Categories
Sort by: Recency | Relevancy

Results 1 - 15 of about 44745 sawaal for "maine"

Why the main method in Java is defined as public and static.

hello ravindera The main method is probably one of the most familar structures in the Java language. It can easily be auto-generated in Eclipse by typing main followed by Ctrl-Space and in Net of the main method. Some will compile and run as expected. Others will not compile at all. Still others will compile and run, but cant be used as an entry point into an application.The Methods

Posted in Computers & Technology by Ravinder at 5:58 PM on June 11, 2008

Why the main method in Java is defined as public and static.

Hi,Well In Java, main is a static method. This means the method is part of its class and not part of objects. Robots are objects. They are defined by classes, which are like factories of things. The name args is just a name for this array. This name is the only part of the declaration of main that can vary.The declaration String [...] args is in parentheses as part of the declaration

Posted in Computers & Technology by Ravinder at 5:55 PM on June 11, 2008
Tags java

What is MESI?

: The cache line is present only in the current cache, and is dirty; it has been modified from the value in main memory. The cache is required to write the data back to main memory at some time in the future, before permitting any other read of the no longer valid main memory state. E - Exclusive: The cache line is present only in the current cache, but is clean; it matches main memory. S - Shared: Indicates

Posted in Computers & Technology by Nawraj at 11:52 PM on June 27, 2008
Tags mesi

Any good institute for SUN Java courses in bangalore?

Some of the best institute for SUN Java course in Bangalore are1 Javastream Technologies302nd Floor5th cross, 5th main blockKoramangalaBangalore - 560034Landmark: Opposite Vijaya Bank2 SRM System81st Cross, 24th Main Road, 2nd PhaseJ.P. NagarBangalore - 560078Landmark: Near Citi Bank080- 653425563 Cyber Plus Infotech Pvt. Ltd.44/2, Sahana Complex1st floor4th Cross, 9th Main RoadGavipuram Extension

Posted in Computers & Technology by nidhi at 10:22 PM on June 11, 2008

can i write unix networking program in Ubuntu or i have to install Unix . is there any version of unix like 3d graphics

graphical.Code: vi main.cAfter youre written your code, compile it. Open a terminal - go to the correct directory.Code: cd /code/c pwd/code/c ls main.c gcc main.c -o mainThe last line will compile the file main.c into a binary named main. Then just execute your binary.Code: ./mainYou may want to check out Anjuta, its a nice C/C IDE for GNU/Linux.http://anjuta.sour ceforge.net/...Yes you can write as we

Posted in Computers & Technology by Deepak Singh at 10:13 PM on July 25, 2008

PLs giv me the lyrics for the song- Tanhayi frm Dil Chahta Hai.

Well Neelam,The lyrics for the song- Tanhayi from the movie Dil Chahta Hai are as follows:--MALE--Tanhaai, tanhaaiDil ke raaste mein kaisi thokar maine khaayiToote khwaab saare, ek maayusi hai chhaayiHar khushi so gayi, zindagi kho gayiTumko jo pyaar kiya maine to sazaa main paayiTanhaai, tanhaai, milo hai phaili hui tanhaai - 2Khwaab mein dekha tha ek aanchalMaine apne haathon meinAb toote

Posted in Music by Neelam Jani at 10:43 PM on July 08, 2008
Tags

loader

storage such as a hard disk , loads it into main storage in a personal computer, its called random access memory , and gives that program control of the computer allows it to execute its instruction s.A program that is loaded may itself contain components that are not initially loaded into main storage, but can be loaded if and when their logic is needed. Some embedded operating systems in highly

Posted in Computers & Technology by vishal at 6:27 PM on June 03, 2008
Tags loader

Whats your love story: What made you fall in love with your girlfriend or boyfriend?

mujhe pyaar hua tha 1 standard mein yaani maine first class mein ek ladki ko purpose kiya tha na jaane kitni baar usse i love u bola lekin vo thi ke manti nahi thi akhir kar vo maani jaante ho which class mein therd tab ussne jaake mujhe bola ke i love u fir hum kafhi time tak friend rahe but kahani mein twist aana tha ke main kisi kaam se in dino bhaar gaya hua tha aur pichhe se uski shadi ho gai i so

Posted in Love & Romance by Salaam-e at 10:43 PM on February 13, 2008

Is there anything that can be "EXECUTED"not only compiled before main in c program?

The program execution in C starts from the main function. Only static function can be executed before main....hi there In computer science, a preprocessor is a program that processes its input data indicates that a function named main is being defined. The main function serves a special purpose in C programs: The run-time environment calls the main function to begin program EXECUTION....The answer is NO

Posted in Computers & Technology by harshvardhan at 12:08 AM on July 21, 2008

Pls. can anyone teel me how to upload a website properlyi will be very thank

with your actual Main FTP username associated with your hosting plan. Windows-Based plans This is either ftpusername.win.aplus.net or your actual hosted domain name provided that it already resolves properly to your Aplus.Net hosting server. Please replace ftpusername with your actual Main FTP username associated with your hosting plan. 2. Username and password: The username and password are the Main

Posted in Computers & Technology by nitesh at 1:19 AM on June 20, 2008

Java program compile successfuly but when I run this program the message display "Exception in thread "main" java.lang.NoSuchMethodError: main". Give solution.

:ejemplosHelloDan because that is not a CLASS namethis is taken from source http://forum.java.sun.com/thre ad.js pa?threadID=571464&start=15...Java program must have a main method to run program which is used to call your class constructor to initiate all class objects. otherwise you get this Error msg like : "Exception in thread "main" java.lang.NoSuchMethodError: main".Java compiler dont need to check

Posted in Computers & Technology by Ravinder at 8:37 PM on May 30, 2008
Tags java

Can an application have multiple classes having main method?

Yes of course, it is possible. While starting the application we mention the class name to be run. The JVM will look for the Main method only in the class whose name you have mentioned. Hence there is not conflict amongst the multiple classes having main method....Yes, Why not? Yes it is possible.You should have to only take care of while starting the application we mention the class name to be run. The JVM

Posted in Computers & Technology by jks marven at 1:07 PM on May 28, 2008
Section targeting
© 2006 - 2013 ibibo Web Pvt Ltd. All rights reserved.