WHAT IS THE SCOPE FOR COREJAVA...?
IS JAVA ONLY CORE JAVA ?
Answers were Sorted based on User's Feedback
Answer / sreedhar
In Java Programing Developent project busines depends up on
core java,when ever ui designing and controling of data
depends up on j2ee.
Core java is Hart of programing.
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / pooja
there is a wide scope in core java and core java is the part of java not java is core java
understood
| Is This Answer Correct ? | 2 Yes | 3 No |
What is the difference between the font and fontmetrics classes in java programming?
Sample code to retrieve objects from HashMap in sorted ascending order?
Difference between Application and Applet ?
When does Exception occurs?
public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }
Which is the class in java?
What is the use of an interface?
Why chararray() is preferred over string to store the password?
Mention some interfaces implemented by linked list in java.
Explain 5 io best practices?
Is arraylist ordered?
What is the difference between Abstract Class and Interface