0% found this document useful (0 votes)
10 views2 pages

Java Programming Concepts and Testing Guide

The document outlines various Java programming concepts including syntax for different data types, object creation, and key principles like inheritance, polymorphism, and encapsulation. It also covers practical programming tasks such as calculating word count, reversing sentences, and finding the largest numbers in an array. Additionally, it discusses testing methodologies and the differences between black box and white box testing.

Uploaded by

sbpmass12345
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Java Programming Concepts and Testing Guide

The document outlines various Java programming concepts including syntax for different data types, object creation, and key principles like inheritance, polymorphism, and encapsulation. It also covers practical programming tasks such as calculating word count, reversing sentences, and finding the largest numbers in an array. Additionally, it discusses testing methodologies and the differences between black box and white box testing.

Uploaded by

sbpmass12345
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

PROGLINT ( Java,

Manual )

1. Syntax of string
2. Syntax of long
3. Syntax of float
4. Syntax of scanner object creation
5. Primitive and types, non-primitive and types
6. Self-introduction
7. Program to calculate number of words in a given
sentence
8. Reverse a sentence without using inbuilt function
9. Inheritance and types
10. Polymorphism and types. Explain the types
11. Encapsulation
12. Method overloading with example
13. Method overidding with practical example
14. Define object
15. Define class
16. Difference between abstract class and interface
17. String buffer and string builder difference
18. What is meant by threadsafe
19. What is marker interface. Give example
20. What is the use of cloneable interface
21. What is object class in java and what are the
methods in it?
22. What is testing?
23. Difference between black box testing and white
box testing
PROGLINT ( Java,
Manual )
24. How do we test the security of an application

25. Finding the biggest three numbers in an given


array.

You might also like