Can we declare Pointer in Java?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
No, pointer support is not available in Java. Java needed to be more secure because it lacks a feature that allows for pointers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
No, pointer support is not available in Java. Java needed to be more secure because it lacks a feature that allows for pointers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
No, pointer support is not available in Java. Java needed to be more secure because it lacks a feature that allows for pointers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
No, pointer support is not available in Java. Java needed to be more secure because it lacks a feature that allows for pointers.
| Is This Answer Correct ? | 0 Yes | 0 No |
No, pointer support is not available in Java. Java needed to be more secure because it lacks a feature that allows for pointers.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the latest versions in JAVA related areas?
What is the major drawback of internal iteration over external iteration?
What is private public protected in java?
What is indexof in java?
What is currentthread()?
Can a abstract class be declared final?
Is an object null?
What do you mean by an object in java?
Is an integer an object?
I want to print “hello” even before main is executed. How will you acheive that?
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.
What is stack example?