Home Answers Viewqa Java-Beginners what is the need of...

 
 


sudhakar
what is the need of...
1 Answer(s)      3 years and a month ago
Posted in : Java Beginners



what is the need of " return type like void ?

View Answers

April 19, 2010 at 5:46 PM


Hi Friend,

In java, method always require a return type.The main method is the client code therefore jvm does not expected any return value from it. So we used void return type here.

Thanks











Related Pages:
what is the need of... - Java Beginners
what is the need of...   what is the need of " return type like void ?   Hi Friend, In java, method always require a return type.The main method is the client code therefore jvm does not expected any return
This is what i need - Java Beginners
This is what i need  Implement a standalone procedure to read in a file containing words and white space and produce a compressed version of the file.... for this question i need just : one function can read string like (I like
what is java and why do i need it?
what is java and why do i need it?  Hi, Please tell me what is Java and why do i need it? Is it free to download? Also explain me how to write and test my first Java Application? What is the configuration or system requirement
This is what i need in this Question - Java Beginners
This is what i need in this Question  You are to choose between two procedures, both of which compute the mini¬mum value in an array of integers. One... array. so i need your help to know is it correct or wrong Thank you
Need of JUnit
Need of JUnit  Hi sir, What makes JUnit better than other testing tools for Java Unit testing?   Hi friend.. It is better to know... and they check their own results and provide immediate feedback. There's no need
need of frameworks in java?
need of frameworks in java?  What is need of frameworks in java
need of frameworks in java?
need of frameworks in java?  What is need of frameworks in java
need of frameworks in java?
need of frameworks in java?  What is need of frameworks in java
need of frameworks in java?
need of frameworks in java?  What is need of frameworks in java
need of Ioc - Framework
need of Ioc  what is IOC in spring framework?  Hi Friend, Please visit the following link: http://www.roseindia.net/spring/springpart1.shtml Hope that it will be helpful for you. Thanks
need dynamic image example
need dynamic image example  struts 2 img example for a dynamic image.. one that the user of the website uploads. To be more clear on what I am doing... this with the image. I need to see an example of how to do this for an image. I am
Need an example of basic code.
appreciate the help. basically I need to see what this would look like: create...Need an example of basic code.   Im working on an art project that I... simple so I was hoping java would look more impressive. So I just need a visual
Need an example of basic code.
appreciate the help. basically I need to see what this would look like: create...Need an example of basic code.   Im working on an art project that I... simple so I was hoping java would look more impressive. So I just need a visual
Need an example of basic code.
appreciate the help. basically I need to see what this would look like: create...Need an example of basic code.   Im working on an art project that I... simple so I was hoping java would look more impressive. So I just need a visual
What is cursors?
What is cursors?  What is cursors?   Hi, Cursor is a database object used by applications to manipulate data in a set on a row-by-row... at one time. In order to work with a cursor we need to perform some steps
What is HTML5?
What is HTML5?  What is HTML5? Please let us know the latest features...; What is HTML5? - HTML5 is a latest version of HTML(Markup Language... it, you need not to learn Flash Script if you are using HTML5 for animated web page
Need Help on the script
Need Help on the script  hello there, My name is Femi and am a web developer using php. am working on a project. and am having some difficulties. i... shoes 4 spoon 7 led 9 So this what i want to achieve. Thansk you
need
need  i need a jsp coding based project plz help me
Need SQL Statement
Need SQL Statement  QUESTION IS CAPITALIZED AT THE BOTTOM... There is a table Employee, with three columns: Name (varchar), Department (varchar... 50000 Dennis Doug Eric Glen Gabriel ââ?¬Â¦.. WHAT
need code for file browser
need code for file browser  hi, i need to write a code to browse the file in my computer using Jsp or java.. what is the code for file browser?   JSP Code for browsing: 1)page.jsp: <%@ page language="java" %>
i want to do a project using jsp and servlet....What are all the materials i need to study
i want to do a project using jsp and servlet....What are all the materials i need to study   i want to do a project using jsp and servlet....What are all the materials i need to study ?   Please visit the following
need someone to do/help with code
need someone to do/help with code  i need someone to do a code for me. It is a restaurant menu that displays a list of 10 food items. A customer inputs what they want to eat and they receive back a total price for the order. Also
Need urgent help with C++ errors!
Need urgent help with C++ errors!  hi, i'm new to C++ programming. this is my code... i'm using Turbo C++. It's showing so many errors!.. I don't know what to do. Please help!! #include<iostream.h> void main
what technique - Java Beginners
what technique  what technique or algorithm i need to use to develop a system a scheduling time table in java
What is JSS in Java?
What is JSS in Java?  Hi, Please let me know what is JSS in Java Technology ,what is the use of it? Need study material on the same
Need help on mySQL 5 - SQL
by using Aggregate function(MAX). May i know that what command i need...Need help on mySQL 5  Dear Sir, I'm a beginner of mySQL 5 . I need help on mySQL5 command. This is the table which i created is called
What Security Functions Do You Need for Ecommerce?
What Security Functions Do You Need for E-commerce? It is very important... of the company but also for the security of the customers. These clients need... functions that any businessperson requires to keep information safe. Need
i need help to solve this problem
i need help to solve this problem  Write a stack class ArrayStack.java implements PureStack interface that reads in strings from standard input and prints them in reverse order. and Show step by step what queue will look like
what is json in iphone sdk
what is json in iphone sdk  What is json in iphone sdk? Is this a library and when i need to include JSon in my iPhone SDK App
need to fix errors please help
need to fix errors please help  it does have 2 errors what should i fix? import java.io.*; class InputName static InputStreamReader reader = new InputStreamReader(system.in); static BufferedReader input = new BufferedReader
What do we need in PHP Database
Part-4 : What do we Need ? Before making any application or program, we need few software that is essential to run PHP and MySQL code. We need three things.... The second thing you need to installed MySQL. It is a database that stores
Need help writing a console program
Need help writing a console program  I need help cant seems to figure it out! Write a program that consists of three classes. The first class... is what i got so far. import java.io.File; import java.util.Scanner; public class
What is struts - Struts
What is struts  What is struts?Please tell me in simple language for what struts is used, it is necessary to learn it can we have some alternate for struts?What should we need to make a program in struts. Thanks
What you'll need before start
What you'll need before start Before Start learning PHP you must have knowledge of the following : HTML/XHTML JavaScript System Requirement for PHP Before code your first program, you must check requirement for PHP
What is an Assiciative Array in PHP ?
What is an Assiciative Array in PHP ?  Hi, I am fresher in PHP scripting Language. I am very confused how to define the associate array in PHP? I need any example related to PHP Associative Array. So feel free for any suggestion
What is numeric promotion?
What is numeric promotion?   Hi, What is numeric promotion? Thanks,   Hi, The numeric promotion in java used to convert the smaller... are converted to double values, as per the need. For more details: http
What is Abstraction - Java Beginners
What is Abstraction  What is abstraction in java? How is it used in java..please give an example also  Hi Friend, Abstraction is nothing... is made up of different components,does not need to know how the different
What is Ant - Ant
What is Ant  What is Ant?  Ant is a Java-based build tool... in and then compiling the source code. # Get the source. You may need to download or fetch... directory layout. # Configure the build and determine what optional components
What is query optimization?
What is query optimization?  What is query optimization?   Hi, Here is the answer, Sql Statements are used to retrieve data from... of the best query is important when performance is considered. So you need to sql query
what is meta data in java
what is meta data in java  what is meta data in java   Use... in that database; the program knows exactly what kind of data it is dealing with. Some applications, however, need to dynamically discover information about
What is business administration degree?
the business in a better state it is need to use the unique and latest technical... management is not enough for today tough business competition, rather it is need
I need your help - Java Beginners
I need your help  What is the purpose of garbage collection in Java, and when is it used?  Hi check out this url : http://www.artima.com/insidejvm/ed2/gc.html http://java.sun.com/javase/technologies/hotspot
what is web .config method
what is web .config method  servlet container what is difference.... what are the necessary conditions to override the init() in servlets... context is used but not ServletConfig what is use of the servletconfig
need a jar file to come out of sleep mode
explain what for I need to this file . there is an application program with name...need a jar file to come out of sleep mode  Hi I need a jar file... mode .So I need a jar file to run and be hidden and check the incoming SMS
What are the advantages of Hibernate?
What are the advantages of Hibernate?  Hi, Tell me the advantages of Hibernate? Thanks   Hibernate advantages: Database independent... for better performance. In case of JDBC you need to implement your java cache. 9.In
Dear Sir I need to join u
Dear Sir I need to join u  Dear Sir i am santosh Rai from Saudi Arabia please make me understood how to join u and i have one question i want to working with you what is ur process for working with u please send me
Need help in constructing a 2 dimensionla array?
Need help in constructing a 2 dimensionla array?  Construct a 2..., and the first dimension's value on a single line separated by : (colon). here is what i got but i dont know what im missing thanks in advance. public class
Convert Euro to dollar, need to be able to enter decimal!
Convert Euro to dollar, need to be able to enter decimal!  Hi, this is what my program is supposed to do: Write a program that repeatedly performs currency conversion from euros to dollars: it prompts the user for the conversion

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.