In which way does a Primitive data type is passed ?

Answer Posted / ismail

Primitive data types will passed be "Pass by Value"...!!!

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }

1849


define polymorphism in java

641


What is the synonym of string?

545


What is the default size of set in java?

504


What are the advantages of compiled language?

579






Can we have try without catch block?

647


How do you square a number in java?

560


Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?

558


Say any two properties in beans?

636


What is empty list in java?

629


Why are the methods of the math class static?

593


What does string [] args mean?

543


Where can I find jdk in my computer?

468


What is lambda expression in java?

543


How many bits is a word?

571