diff options
Diffstat (limited to 'java/text/StaticExecution.typ')
-rw-r--r-- | java/text/StaticExecution.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/text/StaticExecution.typ b/java/text/StaticExecution.typ index 00b4ed0..d89c8f0 100644 --- a/java/text/StaticExecution.typ +++ b/java/text/StaticExecution.typ @@ -3,10 +3,10 @@ #set raw(lang: "java-new") #set par(leading: 0.75em) -#assignment(10)[ +#assignment(9)[ Write a program to show that `static` blocks get executed before any object creation and implement the use of static variable to count the number of objects. ] - +#v(-1em) #scos("StaticExecution") === Discussion |