What is another word for methodology?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are access specifiers in java ?

0 Answers   Akamai Technologies,


Default layout of panel and frame?

3 Answers  


Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }

3 Answers  


What are basic keywords?

0 Answers  


why did you choose your career in IT?

1 Answers   LIC,






what is synchronization? : Java thread

0 Answers  


How many types of memory areas are allocated by jvm?

0 Answers  


What is functional interface in java?

0 Answers  


Does .length start 0 java?

0 Answers  


Is there any use of an abstract class which has no methods and no attributes?

1 Answers   Wipro,


2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

0 Answers   RBS, TCS,


What is the use of singleton class?

0 Answers  


Categories