Hi am an mca graduate . i have done bsc maths in my degree .
every company asks me why you make shift from maths group to
computere field . What i need to answer?
Answers were Sorted based on User's Feedback
Answer / sanjeev
you can say that maths need twist and tricks to resolve problems, i am master in this now, computer field also have that logical challenges and need same skills so i want to have and resolve more challenges like that in computer field also, hence my interest is in computer field.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / bruno dos reis
Anyone who asks you this question needs to go back and read up on the history of computers and computer science. Computer science is an applied form of mathematics: logic, algebra, set theory, numerical analysis, linear algebra, etc.,etc..
| Is This Answer Correct ? | 4 Yes | 0 No |
Why do we use regex?
What is google full form?
What are the 6 boolean operators?
What is the basic concepts of OOPS?
How do you sort a string in java?
What is the meaning of nullable?
In what type of containers, Border layout is a default layout?
Can we catch more than one exception in single catch block?
What is the default value of the local variables?
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"); } }
What is Generic in java? Where can we write Generic ( class or method or objects or etc...)? with simple example? Thanks, Bose.
2 Answers Infosys, Tech Mahindra,
Why does my function print none?