when i m calling java for web browser . so browser it's not
support.
show error in browser: internal error occur.
java.lang.NoClassDefFoundError.
will you give me solution why it's not starting browser.?
is there any consult with .net framework2.0?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best java application server?
What is form-based authentication?
What is the use of jit compiler in java?
What are web technologies in java?
What is java naming and directory service?
What is repaint in java?
Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }
Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...
What is context root?
What is the use of method saveorupdate()?
What is a java applet?
What is a component in java?