Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?
1 5015perpare on factorypattern,linklist wothout using collection, (multitharding ie create producer/customer therad producer create Queue continuesly,consumer consume queue, consumer wait if queue is full,producer wait if queue is empty),diff betn sleep(1000)&wait(1000) these r the main Q ask in huawei(2008)
1 5643In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
12 18182Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
3 8708what are the oops concept in java explain with real time examples
Accenture, Bosch, Consummate Technologies, CTS, Current Technologies, iNautix, Infosys, Kekran Mekran, QA InfoTech, RTRT, SofTech, Tech Mahindra, Thorogood, Timios, Wipro,
24 201018what is difference between colection and collections?
Amdocs, IBM, Infosys, Ipog Software, Polaris, Tech Mahindra,
25 72857
Explain public static void main(string args[]) in java.
Can we return resultset in java?
What is the locale class?
Can we extract main method from another class?
How to create a base64 decoder in java8?
How does java handle integer overflows and underflows?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Write a program to print count of empty strings in java 8?
What are the differences between heap and stack memory in java?
What is java string pool?
explain different ways of using thread? : Java thread
What is a constructor overloading in java?
What is the resourcebundle class?
What is the difference between break and continue statements?